How to set up timezone for CoreOS?
Find your timezone via this shell command
timedatectl list-timezones
And then set it up like this
sudo timedatectl set-timezone Europe/Kiev
The blog about containerisation, virtual machines and useful shell snippets and findings