Is it able to control timezone of the timestamp of a Flow press-button event ?
And if it is possible, could you tell me what I should do ?
I created a Flow that when a user press the Flow Button, runs actions below:
Checking the email and the list item, timestamps are displayed with 2 different timezones.
When I pressed the button on 2017-07-19 18:03:01 (+0900, Japanese Standard Time), timestamp is shown:
"07/19/2017 02:03:01" is PDT (-0700) when it's "2017-07-19T18:03:01" in Japanese JST.
I want both to show in JST.
Another factor(s)
Thank you. That doesnt seem simple. Could you write a template of such a compose action returning any date format but with timeoffset calculated properly?
Thank you very much, I succeeded to disply in JST.
(Calculated timezone of Japan +0900 with addHours. Argument 9 for addHours was hard-coded, but OK because the flow is used only in Japan.)
Hi @KoichiAkamine,
So far flow will return timestamp in UTC. To correct it to your timezone, you could add a compose action and modify the timestamp using formatDateTime as documented at https://docs.microsoft.com/en-us/rest/api/logic/de
We are considering conversions to specified time zones in the future, as a function or as an extra action. Please stay tuned!
Regards,
Mona
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional