Added d8uv's clock updates.

master
Sean B. Palmer 2010-01-30 11:23:24 +00:00
parent b8970d4d6b
commit c5b234578e
2 changed files with 1 additions and 6 deletions

View File

@ -7,6 +7,7 @@ archive: ;
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
ci: ;
hg ci
git commit -a && git push origin master
log: ;

View File

@ -186,12 +186,6 @@ TZ3 = {
'AEDT': 11
}
People = {
'd8uv': 'America/Anchorage',
'sbp': 'Europe/London', # Actually UK...
'nslater': 'Europe/London' # Actually I DON'T KNOW WHAT THE FUCK
}
# TimeZones.update(TZ2) # do these have to be negated?
TimeZones.update(TZ1)
TimeZones.update(TZ3)