I have set the time zone on my Linux server to America/Chicago (Central Daylight Time), and the server displays the correct date and time at the command line. Corteza, however, is still calculating the date/time based on UTC time, and it is affecting some workflow scheduling and calculations. How do I get Corteza to use my local time instead of UTC?
1 Like
This might be far fetched but have you checked what timezone the container uses? IIRC Corteza only works with UTC-0 (when storing timestamps) and the one the system running the process uses (so your container’s/servers timezone)
1 Like
I suspect that’s the problem - it never occurred to me that the docker containers would not reflect the timezone that the host server was set for.
Do you have a recommended procedure for changing the timezone in the docker containers?
1 Like