Open lxxstc opened 4 years ago
I have checked the output of timedatectl list-timezones
, only UTC
has been lost.
another way to fix this issue with the command below
# timedatectl set-timezone Atlantic/Reykjavik
replace the time zone UTC with time zone Atlantic/Reykjavik
Could you submit a PR to add UTC for us?
The time zone of my server is UTC. so, It will throw an exception like "Unknown or incorrect time zone: 'UTC'", when I perform some DDL. Please support the timezone as more as possible, at least including UTC. Below is git diff between my workspace and branch master