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 Apps
Answered

Local time zone

(1) ShareShare
ReportReport
Posted on by 85

I am adding data to a collection on a canvas app with

moveDate:Now()

How do i get the date and time to pick up my local time zone please

Categories:
  • Verified answer
    poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @judithPA 

     

    Now() is supposed to do it automatically to show matching local time and date of your system. 

     

    If you want it to show a different one, just use Now() and DateAdd

  • judithPA Profile Picture
    85 on at

    Ahh, i have just checked that and you are right, it shows the date correctly on the App but when I save back to a sharePoint list it reverts. I save back with:

     

    Collect(stockScan,stockCollect)

     

    Do i need to save the fields back individually and manipulate the date there. I have the sharePoint site set up with the London (UTC) time zone set

  • poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @judithPA 

     

     

    You may need to, yes, to convert to UTC, do this:

     

    DateAdd(Now(), TimeZoneOffset(), Minutes)

     

    Check if writing the date converted with above helps.

  • judithPA Profile Picture
    85 on at

    Where do I add this? I am collecting the data from a barcode scanner with the OnScan

    Collect(stockCollect, {Title:BarcodeScanStock.Value,equipment:BarcodeScanStock.Value,location:User().FullName,moveDate:Now(),stockBox:"S"})

    And then a Save button OnSelect is where I set

    Collect(stockScan,stockCollect)

     

    The scan seems to pull back the data OK so I am guessing it should be on the Collect statement but I am not familiar with this at all

     

    Thanks

     

    And a Save button 

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 396 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 323

#3
WarrenBelz Profile Picture

WarrenBelz 193 Most Valuable Professional

Last 30 days Overall leaderboard