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

demandé il y a 2 ans780 vues
2 réponses
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
répondu il y a 2 ans
profile pictureAWS
EXPERT
Chris_G
vérifié il y a 2 ans
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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions