I read the snappy config command, but I still can't change timezone. The example doesn't looks like a terminal command!
Can you help me to set my snappy timezone?
Thank you
I read the snappy config command, but I still can't change timezone. The example doesn't looks like a terminal command!
Can you help me to set my snappy timezone?
Thank you
You can use the
snappy
command. The timezone is a property of the OS, which in Ubuntu Core is calledubuntu-core
and this snappy part is managed bysnappy
itself.To read the current configuration for a part just run
And to apply one run
To particularly change the timezone (to America/Cordoba in this example)
the way it's done now is:
sudo timedatectl set-timezone <timezone>
you can get your timezone string for timedatectl with timedatectl:
timedatectl list-timezones
source: ogra's (contributor to Core) reply reply on the snapcraft forum.
sergiusens answer have few errors, example should look like this:
Forward slash before "Cordoba" need to be escaped and do not use write symbol ">"