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 use central time which is 5hours behind UTC, the first output seems correct(14:36:28.710562027 is my local time), but when I call to_utc from chrono.test.cpp, the output is not the correct UTC time, it should be add the offset instead of of subtract it .
correct UTC time should be
2024-05-15T19:36:28.710635744Z
The text was updated successfully, but these errors were encountered:
Discussed in #1859
Originally posted by xliao-neology May 15, 2024
I use central time which is 5hours behind UTC, the first output seems correct(14:36:28.710562027 is my local time), but when I call to_utc from chrono.test.cpp, the output is not the correct UTC time, it should be add the offset instead of of subtract it .
correct UTC time should be
2024-05-15T19:36:28.710635744Z
The text was updated successfully, but these errors were encountered: