Cleanup some incorrect date formats.
This commit is contained in:
parent
f0d576a790
commit
1a015d0e39
9 changed files with 24 additions and 24 deletions
|
|
@ -133,7 +133,7 @@ def test_last_modified():
|
|||
key.set_contents_from_string("some value")
|
||||
|
||||
rs = bucket.get_all_keys()
|
||||
rs[0].last_modified.should.equal('2012-01-01T12:00:00Z')
|
||||
rs[0].last_modified.should.equal('2012-01-01T12:00:00.000Z')
|
||||
|
||||
bucket.get_key("the-key").last_modified.should.equal('Sun, 01 Jan 2012 12:00:00 GMT')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue