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 don't understand, why DateTime.Now.Humanize() would return "2 hours from now".
I assume it compares it to Utc time, but what about the Kind property?
The default behavior (not specyfing bool utcDate), should use the Kind property to set this flag true/false.
The text was updated successfully, but these errors were encountered:
Humanizer version 2.8.11
My timezone: CEST (UTC +02:00)
Excerpt from C# interactive:
I don't understand, why
DateTime.Now.Humanize()
would return "2 hours from now".I assume it compares it to Utc time, but what about the
Kind
property?The default behavior (not specyfing bool utcDate), should use the
Kind
property to set this flag true/false.The text was updated successfully, but these errors were encountered: