Esempio n. 1
0
 def last_modified_RFC1123(self):
     # Different datetime formats depending on how the key is obtained
     # https://github.com/boto/boto/issues/466
     return rfc_1123_datetime(self.last_modified)
Esempio n. 2
0
 def last_modified_RFC1123(self):
     # Different datetime formats depending on how the key is obtained
     # https://github.com/boto/boto/issues/466
     return rfc_1123_datetime(self.last_modified)