{{Header}}
{{Title|title=
System Timezone
}}
{{#seo:
|description=Information about the system timezone setting and how to change the system timezone.
|image=Timezone123123451.png
}}
{{time_mininav}}
[[File:Timezone123123451.png|thumb]]
{{intro|
Information about the system timezone setting and instructions on how to change it.
}}
= Installation Method Specific =
* '''A)''' If {{project_name_short}} is installed using ISO: the timezone can be configured during the ISO installation process.
* '''B)''' If {{project_name_short}} is installed using [[Distribution Morphing]]: the timezone remains unchanged by {{project_name_short}}. It remains as originally set by the user or installer.
= Unspecific to {{project_name_short}} =
Since [[Based_on_Debian|{{project_name_short}} is based on Debian]], changing the timezone does not differ from Debian. Therefore, users may also refer to Debian-specific documentation such as their [https://wiki.debian.org/TimeZoneChanges TimeZoneChanges] documentation.
= System Timezone Setting versus User Timezone Setting =
Note:
* '''A)''' System setting: The timezone configured via /etc/timezone
or /etc/localtime
is considered a "system setting".
* '''B)''' User setting: The timezone displayed by graphical interface widgets, such as the Xfce clock, is a "user setting" and might be independent of the system setting.
= Change System Timezone =
For example, to change the timezone to UTC:
'''1.''' Open a terminal.
'''2.''' Run the following command:
{{CodeSelect|code=
sudo dpkg-reconfigure tzdata
}}
'''Figure:''' ''Configuring tzdata - region selection''
[[File:timeconf.png|600px]]
'''3.''' Select "None of the above".
'''4.''' Press Enter⏎
on "OK".
'''Figure:''' ''Configuring tzdata - timezone selection''
[[File:timeconf2.png|600px]]
'''5.''' Select UTC
.
'''6.''' Highlight "OK" and press Enter⏎
.
'''7.''' Done.
The timezone should now be changed.
'''8.''' Verify timezone setting.
To confirm, run the following command:
{{CodeSelect|inline=true|code=
sudo timedatectl
}}
'''9.''' Review the output of timedatectl
.
It should appear similar to the following:
'''Figure:''' ''timedatectl
sample output''
[[File:timeconf3.png|600px]]
'''10.''' Done.
{{reflist|close=1}}
{{Footer}}
[[Category:Documentation]]