-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
datefmt() function adds an hour to the actual time. #849
Comments
What do you have in set in tm_gmtoff configuration variable..? You may have to adjust it. |
The issue persists. I tried adding and subtracting 3600, but neither has any effect. |
What value do you have configured? |
I wonder if this has something to do with your LOCALE |
I think it has something to do with my timezone. I am currently on Eastern Daylight Time, which of course, adds an hour to to my time during the summer. However, the Thank you. |
What's the output of |
This issue has been annoying me for the past hour or so. I am just getting into date and time input with sc-im, but I haven't found anything on my issue.
I have the following string cell:
2023.10.02 9:56:32
, I formatted it usingdatefmt %Y.%m.%d %H:%M%S
, but I have the following result:2023.10.02 10:56:32
.As you can see, the 9 became 10.
I'm sure it's someting silly and I'm either blind or stupid, but some help would be appreciated!
The text was updated successfully, but these errors were encountered: