134
134
# Earliest allowable date on FAT32 filesystems is 1980-01-01
135
135
a_time = time.mktime((1999, 12, 12, 0, 0, 0, 0, 0, 0))
136
136
b_time = time.mktime((1980, 0o1, 0o1, 0, 0, 0, 0, 0, 0))
138
138
('add', ('', 'root-id', 'directory', '')),
139
139
('add', ('a', 'a-id', 'file', 'content\n'))],
142
142
('add', ('b', 'b-id', 'file', 'content\n'))],