Forum Discussion
Date and Time imported with Power Automate in wrong format
- Feb 06, 2023
Hi Radoslavov91,
you are entering your data as a UTC timestamp into SharePoint (That is what the "Z" at the end of the timestamp means), not as a local timestamp . And SharePoint displays that date in your local timezone.
You should either
1) Convert your time into UTC time and save that to SharePoint (Using the "Convert Timezone Action")
2) Remove the "Z" from the end of your timestamp. Then SharePoint will interpret the timestring as a time of the defautl timezone of it's regional settings
Best Regards,
Sven
Hi Radoslavov91,
you are entering your data as a UTC timestamp into SharePoint (That is what the "Z" at the end of the timestamp means), not as a local timestamp . And SharePoint displays that date in your local timezone.
You should either
1) Convert your time into UTC time and save that to SharePoint (Using the "Convert Timezone Action")
2) Remove the "Z" from the end of your timestamp. Then SharePoint will interpret the timestring as a time of the defautl timezone of it's regional settings
Best Regards,
Sven