Skip to content

DynamoDB TTL Expiration - UTC, GMT or Local

0

When setting TTL to DynamoDB record, the information on this property we set, should be in UTC, GMT or local timezone? For example, my users are in Brazil however workload are in N.Virginia Region, do I use N.Virginia or Brazil to set expiration time?

asked 2 years ago926 views
1 Answer
0
Accepted Answer

Amazon DynamoDB follows ISO 8601 as explained here. When setting the Time to Live (TTL) for a DynamoDB record, the expiration time should be specified in Coordinated Universal Time (UTC).

For additional information you can check this question.

AWS
answered 2 years ago
AWS
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.