128
128
o = ((o/3600 + 13) % 25 - 12)*3600 # Add 1 wrap around from [-12, 12]
129
129
date = timestamp.format_highres_date(t, o)
130
130
t2, o2 = timestamp.unpack_highres_date(date)
132
132
'Failed on date %r, %s,%s diff:%s' % (date, t, o, t2-t))
134
134
'Failed on date %r, %s,%s diff:%s' % (date, t, o, t2-t))