RDS - change ClusterSnapshot creationtime to UTC (#5387)
This commit is contained in:
parent
0d5fdbe554
commit
dffd817a37
@ -260,7 +260,9 @@ class ClusterSnapshot(BaseModel):
|
||||
self.snapshot_id = snapshot_id
|
||||
self.tags = tags
|
||||
self.status = "available"
|
||||
self.created_at = iso_8601_datetime_with_milliseconds(datetime.datetime.now())
|
||||
self.created_at = iso_8601_datetime_with_milliseconds(
|
||||
datetime.datetime.utcnow()
|
||||
)
|
||||
|
||||
@property
|
||||
def snapshot_arn(self):
|
||||
|
Loading…
Reference in New Issue
Block a user