Added d8uv's clock updates.
parent
b8970d4d6b
commit
c5b234578e
1
Makefile
1
Makefile
|
@ -7,6 +7,7 @@ archive: ;
|
||||||
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
|
git archive --format=tar --prefix=phenny/ HEAD | bzip2 > phenny.tar.bz2
|
||||||
|
|
||||||
ci: ;
|
ci: ;
|
||||||
|
hg ci
|
||||||
git commit -a && git push origin master
|
git commit -a && git push origin master
|
||||||
|
|
||||||
log: ;
|
log: ;
|
||||||
|
|
|
@ -186,12 +186,6 @@ TZ3 = {
|
||||||
'AEDT': 11
|
'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(TZ2) # do these have to be negated?
|
||||||
TimeZones.update(TZ1)
|
TimeZones.update(TZ1)
|
||||||
TimeZones.update(TZ3)
|
TimeZones.update(TZ3)
|
||||||
|
|
Loading…
Reference in New Issue