Quote |
Why not remaster then with your file? |
Code Sample |
$ sudo gettime.lua Requesting time from: time-nw.nist.gov Sat Mar 1 17:59:50 UTC 2008 |
Quote |
Afaik, am/pm does not have 00: and only 12: so something could be wrong...? |
Quote |
isn't localtime supposed to be in /etc by the way? |
Quote |
DSL uses zoneinfo files. You can find a complete list here/ DSL also has zump and zic needed to process/setup zoneinfo files. Download tzdata2007k.tar.gz to a working directory, unpack, and then use zic to convert to a format Linux/DSL uses. You can "grep -i" to search for your location in the various regions (after you have unpacked them). Once you use zic they will no longer be readable. |
Quote |
# We use POSIX-style signs in the Zone names and the output abbreviations, # even though this is the opposite of what many people expect. # POSIX has positive signs west of Greenwich, but many people expect # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses # the abbreviation "GMT+4" and corresponds to 4 hours behind UTC # (i.e. west of Greenwich) even though many people would expect it to # mean 4 hours ahead of UTC (i.e. east of Greenwich). |
Code Sample |
$ sudo zic -l asia/placename |