When using get_key and then fetching last_modified property, there is deviation of 3 hours.
k = b.get_key('av-bait/modules/reporters.py')
print k.last_modified
I get: 'Sat, 17 May 2014 18:42:02 GMT', while the file was updated at 21:42:02 as the following picture indicates:
Any idea how to fetch the gmt via s3?
Thanks