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
I think reader.dateTime should always return dates with DateTimeKind.Utc. Otherwise this leads to problems downstream as eg. Json serialization will not append 'Z' to the string which will then be considered local-time by browsers and prevent correct conversion to actual local time.
Alternatively an additional function dateTimeUtc could be added.
I think
reader.dateTime
should always return dates withDateTimeKind.Utc
. Otherwise this leads to problems downstream as eg. Json serialization will not append 'Z' to the string which will then be considered local-time by browsers and prevent correct conversion to actual local time.Alternatively an additional function
dateTimeUtc
could be added.Workaround
The text was updated successfully, but these errors were encountered: