Skip to main content

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:


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


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

Reply