Time Zone settings

Hi All --

I am currently using the Now() function to act as a timestamp, however, Now() returns a time that is not in my time zone. Is there a way to fix this?

Thanks!

2 Likes

There’s no way to change the time returned by now() or by today(), but you can modify those times to match your timezone.

The times generated by Honeycode are all in UTC. But if you want to convert to us pacific, you just do =now()-7/24 which subtracts 7 hours from the utc time.

5 Likes

thank you .. it works perfectly :slight_smile:

Thanks so much @AndrewB - this worked great.

1 Like

Awesome...thanks Andrew..I hate dealing with UTC

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.