Comment 1 for bug 1856938

Revision history for this message
Tim Burke (1-tim-z) wrote :

Yeah -- I remember looking into it once, I have *no idea* where that date came from.

If we wanted to do it right, we'd probably have to pack multiple timestamps into the put_timestamp column, similar to what we do with the three timestamps objects have in the container DB:

sqlite> select created_at from object;
1576866812.89510+1481c3+1a6a31

Might want to look at https://github.com/openstack/swift/blob/master/swift/common/utils.py#L1375-L1460