Time zone

How to change time zome ?
I tryed “data -s z+0200”, but no changes.

[quote=“Vitalicus, post:1, topic:3269”]How to change time zome ?
I tryed “data -s z+0200”, but no changes.[/quote]

Example:

sudo timedatectl set-timezone Europe/Rome
sudo timedatectl set-timezone Canada/Eastern

To get list of all timezones, see:

timedatectl list-timezones

Thanks !