Replies: 1 comment 2 replies
-
There is no support daylight saving time because C/C++11 API does not support it. Related #827 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this issue that all time stamps are 1 hour off from my current computer time in our software (linux and windows alike). How to go about having spdlog outputting the correct system time.?
let me re-phrase, the time stamp doesn't pick-up daylight saving. I found the enum to switch between utc and local, but the default local setting ignores daylight saving settings on windows 10 at least.
Beta Was this translation helpful? Give feedback.
All reactions