data-service
latest
false
March 2022
Data Service Release Notes
Last updated Jul 18, 2024
March 2022
-
Fixed a bug that was converting Date-Time fields to UTC time zone in Data Service activities and API. Now, the Date-Time fields provide the original time stamp (i.e., the value stored in the original time zone).
To prevent unwanted time zone conversions, we recommend using.ToLocalTime
,.ToUniversalTime
, orTimeZoneInfo.ConvertTime
methods on Date-Time output values of your automations. - Previously, the time stamps for user created and system built-in Date-Time fields were displaying different time zones. To avoid confusion, now the Date-Time fields show the local OS time, and the original time as a tooltip.