Forum Discussion
ryan_b_123
2 years agoFrequent Visitor
Getting current time in PST - Incorrect results
Hello, I am using below code to get the current time in PST (Los Angeles time): DateTimeZone.SwitchZone(DateTimeZone.UtcNow(),-8) When I publish and check online, I am sometimes getting an in...
ryan_b_123
2 years agoFrequent Visitor
parry2k - thanks for the reply. I would say this makes sense if I am using something like "today()" but since my formula actually references UTC, I am still not understanding how this is happening (and how to fix this).