# HG changeset patch # User "Oleksandr Gavenko " # Date 1235299522 -7200 # Node ID d9f385e0aa0479e41631f03eaf5cc36274fb4ae0 # Parent 94dc90662ffe5a41659347897b81b133a169d755 How setup timezone. diff -r 94dc90662ffe -r d9f385e0aa04 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