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:
- Send an email: body contains timestamp of the press-button event.
- Create a SharePoint list item with the data: saves timestamp of the press-button event to a field of single-line text.
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:
- Email: 2017-07-19T18:03:01
- SharePoint list item: 07/19/2017 02:03:01
"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)
- The site collection that contains the list was created with timezone PDT, and after creation, modified to JST.