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
DateTimeKind.Utc dates become DateTimeKind.Local when parsed, time is parsed correctly.
I guess the problem is around here.
The date should probably be constructed as either Local or Utc depending on the value of utc boolean.
The constructed data should then be converted to the other format, only if _params.UseUTCDateTime differs from utc.
Thanks! :)
The text was updated successfully, but these errors were encountered:
DateTimeKind.Utc
dates becomeDateTimeKind.Local
when parsed, time is parsed correctly.I guess the problem is around here.
The date should probably be constructed as either
Local
orUtc
depending on the value ofutc
boolean.The constructed data should then be converted to the other format, only if
_params.UseUTCDateTime
differs fromutc
.Thanks! :)
The text was updated successfully, but these errors were encountered: