AWSTimestamp, how is formatted?

Cing Sian Dal
1 min readApr 16, 2020

In DynamoDB, you will see the date and time stamp values that came from AppSync.

For example

2020-04-12T13:00:48.210Z

Its format is:

'yyyy-MM-dd'T'HH:mm:ss.SSS'Z

T is the separator extra word between date and time. Z means zero offset.

--

--

Cing Sian Dal

Don’t follow me. I wrote junks here. Follow me on Twitter instead.