109
109
split up, based on the assumptions that can be made
110
110
when information is missing.
113
113
# Put in all of the guessable information.
114
114
if not self.timestamp and self.date:
115
115
self.timestamp, self.timezone = unpack_highres_date(self.date)
116
mutter('bundle date %s => %s, %s', self.date, self.timestamp, self.timezone)
118
119
for rev in self.revisions: