Dec 26, 2023 05:06 PM
Hi there!
I am trying to create a formula that will pull the Last Modified date and combine it with my initials and my Pending Items column. The formula I'm using right now works, but the Last Modified date is pulling tomorrow's date. I'm assuming this has something to do with time zones because it doesn't switch the date until 6pm CST, but I'm not sure how to fix it! Please help 😊
Table:
Formula:
Solved! Go to Solution.
Dec 27, 2023 06:18 AM
Nest the SET_TIMEZONE() function inside DATETIME_FORMAT().
It is documented in the Formula Field Reference with the other date/time functions.
Dec 27, 2023 06:18 AM
Nest the SET_TIMEZONE() function inside DATETIME_FORMAT().
It is documented in the Formula Field Reference with the other date/time functions.
Dec 27, 2023 04:09 PM
This worked, thank you!!