You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The procedures GetTimeZoneOffset and GetTimeZoneUserOffset offsets do not allow for daylight saving time.
This is because the conversion uses .BaseUtcOffset instead of .GetUtcOffset.
We need a procedure that calculates the correct offset based on a datetime argument like the example below:
The text was updated successfully, but these errors were encountered:
PeterConijn
changed the title
Type helper time zone converion does not take daylight saving into account
Type helper time zone conversion does not take daylight saving into account
Jul 1, 2022
The procedures GetTimeZoneOffset and GetTimeZoneUserOffset offsets do not allow for daylight saving time.
This is because the conversion uses .BaseUtcOffset instead of .GetUtcOffset.
We need a procedure that calculates the correct offset based on a datetime argument like the example below:
The text was updated successfully, but these errors were encountered: