Convert AWS account || UTC to EST

0

i want to convert my complete aws account time zone(UTC) to EST.

is this possible?

anyone please help

2回答
0

i want to convert my complete aws account time zone(UTC) to EST.

patch manager shows time in UTC and my local zone is EST, every time i have to convert the time on patch operations.

rakesh
回答済み 2ヶ月前
  • As far as I know, there is no way to change the time displayed in the patch manager (e.g., Created date on the baseline).

    AWS is improving screens and other features based on user feedback. I recommend sending feedback if it is useful to many people.

0

Can you give me some additional information?

You have an Amazon Timestream tag, but do you want to change the time zone in Amazon Timestream?

As you know, Timestream stores in UTC. I believe you can convert the time zone by using the from_iso8601_timestamp function.

SELECT from_iso8601_timestamp(concat(to_iso8601(date_trunc('hour', time)), '-05:00')) 

https://docs.aws.amazon.com/timestream/latest/developerguide/supported-data-types.html

https://docs.aws.amazon.com/ja_jp/timestream/latest/developerguide/date-time-functions.html

profile picture
エキスパート
shibata
回答済み 2ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ