cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the settings for Now() ?

SankarlalM
Level 2
Hi , I'm facing the issue with now() function. Whenever i'm using this function it is giving the value of UTC timing. But I supposed to get the the time value of the region where my app server is configured. Can anyone help me out to solve this issue or help me to understand this behaviour?
2 REPLIES 2

BordessoullesVi
Level 3
You can use LocalTime() : Gets the current local time as a Time value.

NeilMack
Level 2
What about LocalTime() as a DateTime value?