Skip to main content
Solved

DATETIME_PARSE() not respecting timezone

  • August 26, 2022
  • 1 reply
  • 19 views

Cody_Winchester
Forum|alt.badge.img+12

After through the documentation on DATETIME_PARSE() I’m not seeing the timezone respected when used in conjunction with either SET_LOCALE() or SET_TIMEZONE() for conversion of a string field containing date and time information. What am I missing here:

Best answer by Cody_Winchester

Nevermind. Removing the input format and locale options returns the correct information:

DATETIME_PARSE({Completed At (PST/PDT)})

1 reply

Cody_Winchester
Forum|alt.badge.img+12
  • Author
  • Inspiring
  • Answer
  • August 26, 2022

Nevermind. Removing the input format and locale options returns the correct information:

DATETIME_PARSE({Completed At (PST/PDT)})