The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hey guys, I’m having a problem when using a formula that refers to a column that uses SET_TIMEZONE
Here’s what I have
Column 1:
Formula:
DATETIME_FORMAT(SET_TIMEZONE(CREATED_TIME(),‘America/Sao_Paulo’), ‘DD/MM/YYYY’)
Output: 27/02/2020
Column 2:
F...