Code:
t = data.split(':!time ')[1]#data = irc feed
file = urllib2.urlopen('http://www.timeanddate.com/worldclock/')
html = file.read()
html = html.split('<body>')[1]
html = html.split('</span>')[2]
html = html.split('<span')[0]
tp = html.split(t)[1]