How setup timezone.
author"Oleksandr Gavenko <gavenkoa@gmail.com>"
Sun, 22 Feb 2009 12:45:22 +0200
changeset 36 d9f385e0aa04
parent 35 94dc90662ffe
child 37 70c9abe044cf
How setup timezone.
date.rst
--- a/date.rst	Sun Feb 22 12:13:39 2009 -0500
+++ b/date.rst	Sun Feb 22 12:45:22 2009 +0200
@@ -8,3 +8,45 @@
 
   $ sudo date --set="2009-02-22 12:12:00" +"%Y-%m-%d %H:%M:%S"
 
+Or set utc time:
+
+  $ sudo date --utc --set="2009-02-22 12:12:00" +"%Y-%m-%d %H:%M:%S"
+
+and then timezone:
+
+  $ sudo tzconfig
+Your current time zone is set to Europe/Kiev
+Do you want to change that? [n]: y
+
+Please enter the number of the geographic area in which you live:
+
+    1) Africa           7) Australia
+    2) America          8) Europe
+    3) US time zones    9) Indian Ocean
+    4) Canada time zones 10) Pacific Ocean
+    5) Asia             11) Use System V style time zones
+    6) Atlantic Ocean   12) None of the above
+
+Number: 8
+
+Then you will be shown a list of cities which represent the time zone
+in which they are located. You should choose a city in your time zone.
+
+Amsterdam Andorra Athens Belfast Belgrade Berlin Bratislava Brussels
+Bucharest Budapest Chisinau Copenhagen Dublin Gibraltar Guernsey Helsinki
+Isle_of_Man Istanbul Jersey Kaliningrad Kiev Lisbon Ljubljana London
+Luxembourg Madrid Malta Mariehamn Minsk Monaco Moscow Nicosia Oslo Paris
+Podgorica Prague Riga Rome Samara San_Marino Sarajevo Simferopol Skopje
+Sofia Stockholm Tallinn Tirane Tiraspol Uzhgorod Vaduz Vatican Vienna
+Vilnius Volgograd Warsaw Zagreb Zaporozhye Zurich
+
+Please enter the name of one of these cities or zones
+You just need to type enough letters to resolve ambiguities
+Press Enter to view all of them again
+
+Name: [] Kiev
+
+Your default time zone is set to 'Europe/Kiev'.
+Local time is now:      Sun Feb 22 12:40:16 EET 2009.
+Universal Time is now:  Sun Feb 22 10:40:16 UTC 2009.
+Your current time zone is set to Europe/Kiev