Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 365 Bytes

change-timezone.md

File metadata and controls

12 lines (9 loc) · 365 Bytes

Permanently change server timezone

Often you may want to set your server(s) to some exact time zone, and exclude cases of time shift when daylight saving time, winter time, summer time, etc. occurs.

We suggest always to use UTC time zone (+0:00)

dpkg-reconfigure tzdata
# in the list select "etc" or "none of the above"
# than select "UTC"