コード例 #1
0
ファイル: models.py プロジェクト: clorenz7/moto
 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)
コード例 #2
0
ファイル: models.py プロジェクト: zhangming870/moto
 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)