Open topic with navigation
The NEW_TIME() function is used to convert a date from timezone1 to a date in timezone2.
NEW_TIME(date, timezone1, timezone2)
SELECT new_time(TO_DATE('06-20-20 10:20:52', 'MM-DD-YY HH24:MI:SS'), 'EST','PST')
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.