March 2022
10 March 2022
Bug Fixes
-
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.ConvertTimemethods 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.