Exemplo 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)
Exemplo 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)