Advertisement
mdelatorre

Change timezone in Xfce - TZ

Oct 5th, 2017
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. CHANGE TIMEZONE IN XCFE
  2. =========================================================================
  3.  
  4. * SYNTAX
  5. timedatectl set-timezone Zone/SubZone
  6.  
  7. Where you replace Zone/SubZone with correct data. You can obtain list of all available timezones by typing:
  8.  
  9.   timedatectl list-timezones
  10.  
  11. ex: America/México_City
  12.     America/New_York
  13.  
  14. If you want to have your RTC (hardware clock) using local time, run the following command:
  15.  
  16.   timedatectl set-local-rtc 1
  17.  
  18. If you prefer your RTC at UTC, use this one:
  19.  
  20.   timedatectl set-local-rtc 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement