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

feita há 2 anos780 visualizações
2 Respostas
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
respondido há 2 anos
profile pictureAWS
ESPECIALISTA
Chris_G
avaliado há 2 anos
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
ENGENHEIRO DE SUPORTE
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas