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 Apps / UTCNow() not updating ...
Power Apps
Answered

UTCNow() not updating on a flow no matter how many times I run it

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

For some reason, the UTCNow() function does not update correctly within my PowerAutomate flow.  it always just remains constant at 19:03, regardless of what time I actually run the flow.  Does anyone know what could be the cause?  I have already converted it to my local time using an expression.  The formula I use is 

convertTimeZone(utcNow(),'UTC','South Africa Standard Time','yyyy-MM-dd HH:MM')
 
As you can see by the screenshots, it doesn't matter what time I run the flow, the time remains at 19:03.
Capture.PNG
Capture2.PNG
Categories:
I have the same question (0)
  • Verified answer
    Pstork1 Profile Picture
    69,621 Most Valuable Professional on at

    The problem is in your format string. "MM" is the month number, which is why the minutes are stuck at 03.  YOur code should be this if you want the time in 24 hour format.  If you want 12 hour format the hours should be "hh"

    convertTimeZone(utcNow(),'UTC','South Africa Standard Time','yyyy-MM-dd HH:mm')

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @Pstork1  I can't believe I missed that!  Thank you so much 🙂

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard