SSC-FDM-TS0024
CURRENT_TIMESTAMP in At Time Zone statement may have a different behavior in certain cases.
Description
Input Code:
SELECT current_timestamp at time zone 'Hawaiian Standard Time';Output Code:
SELECT
CONVERT_TIMEZONE('Pacific/Honolulu', CURRENT_TIMESTAMP() /*** SSC-FDM-TS0024 - CURRENT_TIMESTAMP in At Time Zone statement may have a different behavior in certain cases ***/);Recommendations
SELECT current_timestamp at time zone 'Hawaiian Standard Time';Last updated
