52 |
52 |
53 # We use POSIX-style signs in the Zone names and the output abbreviations, |
53 # We use POSIX-style signs in the Zone names and the output abbreviations, |
54 # even though this is the opposite of what many people expect. |
54 # even though this is the opposite of what many people expect. |
55 # POSIX has positive signs west of Greenwich, but many people expect |
55 # POSIX has positive signs west of Greenwich, but many people expect |
56 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses |
56 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses |
57 # the abbreviation "GMT+4" and corresponds to 4 hours behind UTC |
57 # the abbreviation "GMT+4" and corresponds to 4 hours behind UT |
58 # (i.e. west of Greenwich) even though many people would expect it to |
58 # (i.e. west of Greenwich) even though many people would expect it to |
59 # mean 4 hours ahead of UTC (i.e. east of Greenwich). |
59 # mean 4 hours ahead of UT (i.e. east of Greenwich). |
60 # |
60 # |
61 # In the draft 5 of POSIX 1003.1-200x, the angle bracket notation allows for |
61 # In the draft 5 of POSIX 1003.1-200x, the angle bracket notation allows for |
62 # TZ='<GMT-4>+4'; if you want time zone abbreviations conforming to |
62 # TZ='<GMT-4>+4'; if you want time zone abbreviations conforming to |
63 # ISO 8601 you can use TZ='<-0400>+4'. Thus the commonly-expected |
63 # ISO 8601 you can use TZ='<-0400>+4'. Thus the commonly-expected |
64 # offset is kept within the angle bracket (and is used for display) |
64 # offset is kept within the angle bracket (and is used for display) |