Concat Formula Query
Hi everyone,
Thank you!
Hi everyone,
Thank you!
Hi @jennifercu1,
Thank you for your question! The root of the issue is almost always related to time zone handling and how Workfront processes date and time fields in calculated expressions:
Workfront stores and calculates all dates in Coordinated Universal Time (UTC), but displays them based on each user’s local time zone.
When you use a calculated field (especially with CONCAT) to reference a date from another form, and the original date field defaults to a time of 00:00 (midnight), the UTC-to-local conversion can cause the date to appear as the next day, depending on your time zone.
For example, if your system is set to UTC-5 (Eastern Time), a date stored as 2024-07-10 00:00 UTC will display as 2024-07-09 19:00 in your local time. If your calculated field is stringifying this value, it may appear as the previous or next day.
If you only care about the date (not the time), consider setting the time component of your date fields to noon (12:00) instead of midnight (00:00). This reduces the chance of the date rolling forward or backward due to time zone shifts.
If you don’t need to perform date calculations, use a text field to store/display the date exactly as you want it, avoiding time zone conversion.
- Monica
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.