web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Update SharePoint list...
Power Automate
Answered

Update SharePoint list item Date field, should we enter UTC time or the site collection time

(2) ShareShare
ReportReport
Posted on by 2,015 Season of Giving Solutions 2025
I have a SharePoint site collection with Australia timezone. 
 
now it is 24/03/2026 11 pm UTC & 25/03/2026 10 am Australia time.
 
where i have a field named "Request For Acceptance", and it should capture the date when a file is uploaded. so inside my Update item field i were updating this date field using UTCNOW() command, as follow:-
 
 
but if i upload the document now (now it is 24/03/2026 11 pm UTC & 25/03/2026 10 am Australia time.), the date inside sharepoint site will be 24/03 while it is 25/03 australia time (which is the site collection timexzone).. so in this case we should convert the time to Australia time before updating the item? this is a bit confusing as in sharepint the date is stored in UTC , and converted to the site collection time zone when been displayed?? correct? so why this did not work for the update item?
Thanks
 
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    3,333 on at
    It seems that your column is DATE ONLY, so it doesn't store the time.
     
    For the fix, you can Convert to Australia Time BEFORE saving
    Use:
     
    formatDateTime(
        convertTimeZone(utcNow(), 'UTC', 'AUS Eastern Standard Time'),
        'yyyy-MM-dd'
    )
     
    or convert column into Date and Time Data type, SharePoint will handle conversion correctly
  • Haque Profile Picture
    3,653 on at
    Hi @johnjohnPter,
     
    Can you please make sure the column is DATE ONLY or its DateTime datatype?  
  • johnjohnPter Profile Picture
    2,015 Season of Giving Solutions 2025 on at
    @Haque it is DateOnly, thanks
  • johnjohnPter Profile Picture
    2,015 Season of Giving Solutions 2025 on at
    @11manish but why i need to convert? i should enter the time in UTC and it should show using the site collection timezone?
  • Suggested answer
    deepakmehta13a Profile Picture
    369 on at

    Hi,

    You’re correct that SharePoint stores DateTime values in UTC and converts them to the site’s regional time zone on display, but this behavior only applies to Date & Time columns, not Date Only.

    Since your column is Date Only, SharePoint does not perform timezone conversion, it simply stores the date portion of the UTC value, which is why you’re seeing the previous day.

    So in this case, you do need to convert UTC to your site timezone before saving, or switch the column to Date & Time if you want automatic timezone handling.

  • 11manish Profile Picture
    3,333 on at
     , Because your column is DateOnly Data Type and storing as UTC Value, so you need to maintain Australian Time Zone column separately.
     
    or you need to convert your datatype into DateTime Data Type which will help to time zone conversion. 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard