SSC-EWI-TS0070
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() !!!RESOLVE EWI!!! /*** SSC-EWI-TS0070 - CURRENT_TIMESTAMP in At Time Zone statement may have a different behavior in certain cases ***/!!!);Recommendations
Last updated
