Replies: 1 comment
-
I had the opposite problem but fixed it by setting TZ="......" in the docker-compose. This fixed the job scheduler time. To display date in 24 hour (military) format use the "date -R" command. Environment variable LANG defines all kinds of defaults related to your local. Time format is one of them. LC_TIME is more specific. You may want to investigate that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day!
I see an incorrect shown time in jobs running on schedule. If check database then date in jobs running manually add timezone UTC, jobs running on cron - local system timezone. So display time shown incorrectly.
Can u please fix this? Or any manually fix?
Beta Was this translation helpful? Give feedback.
All reactions