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

已提问 2 年前780 查看次数
2 回答
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
已回答 2 年前
profile pictureAWS
专家
Chris_G
已审核 2 年前
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
支持工程师
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则