209
211
... t2, o2 = unpack_highres_date(date)
210
212
... if t != t2 or o != o2:
211
213
... print 'Failed on date %r, %s,%s diff:%s' % (date, t, o, t2-t)
214
217
#from bzrlib.errors import BzrError
215
218
from bzrlib.osutils import local_time_offset
217
220
# Up until the first period is a datestamp that is generated
218
221
# as normal from time.strftime, so use time.strptime to