Added d8uv's clock updates.
This commit is contained in:
1
Makefile
1
Makefile
@@ -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: ;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user