Skip to main content
Solved

Show current time NOW() in 'America/Los_Angeles'

  • September 28, 2023
  • 2 replies
  • 50 views

Forum|alt.badge.img+3
I'm using formula:
SET_TIMEZONE(NOW(),'America/Los_Angeles')
 
I want it to show the current time in LA but it keeps returning the UTC time instead.
 
Any idea what's wrong with the formula?

Best answer by Sho

 

Check the formatting settings, if "Use the same time zone for all collaborators" is enabled, the SET_TIMEZONE function will be disabled and this setting will take effect.

2 replies

Forum|alt.badge.img+21
  • Inspiring
  • 560 replies
  • Answer
  • September 29, 2023

 

Check the formatting settings, if "Use the same time zone for all collaborators" is enabled, the SET_TIMEZONE function will be disabled and this setting will take effect.


Forum|alt.badge.img+3
  • Author
  • New Participant
  • 1 reply
  • September 29, 2023

 I could have sworn that the formatting option wasn't available when it was a formula field... but it is and that worked. thank you!