Input local timestamp in timestream

0

Hi, I realised that my timstream data time does not reflect my local time. Is there a way to convert to a local timestamp? Thank you.

My local time is UTC +8.

Enter image description here

asked 2 years ago765 views
2 Answers
1

Amazon Timestream only supports UTC at this time, but you could use from_iso8601_timestamp(string) to format the results in a query with your time zone. There is an example of how you might use it in this stack overflow article.

More information on the function in the AWS documentation.

profile pictureAWS
answered 2 years ago
profile pictureAWS
EXPERT
Chris_G
reviewed 2 years ago
0

Hi

Currently, time-stream does not support Timezone. The only way available if the input time different from UTC is to add or subtract to offset before input into table.

profile pictureAWS
SUPPORT ENGINEER
answered 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.

Guidelines for Answering Questions