Added personal timezones back. I think. sbp'll probably have to fix EVERYTHING that I did.

master
d8uv 2010-01-28 10:50:40 -09:00
parent 3e300c4357
commit b8970d4d6b
1 changed files with 6 additions and 2 deletions

View File

@ -186,6 +186,12 @@ 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)
@ -268,8 +274,6 @@ def yi(phenny, input):
yi.commands = ['yi']
yi.priority = 'low'
# d8uv d8uv d8uv d8uv d8uv d8uv d8uv
def tock(phenny, input):
"""Shows the time from the USNO's atomic clock."""
u = urllib.urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl')