-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DateTime auto convert to UTC #124
Comments
In your code you're looking at the JSValue so I'm not sure exactly what you wanted back out at that point. All times in javascript are UTC, but when you convert them to a string or request individual elements (date/hours/minutes) the browser looks at your local timezone and adjusts the output accordingly. I just ran your code, and I got this: This looks fine to me, as that is the local time here. What were you expecting to see? |
Well it says your TimeZoneOffset is zero for some reason. Can you see what |
Приветствую.
|
And how do I make the time come the same as in Javascript?
The text was updated successfully, but these errors were encountered: