How can I convert within my sql to convert CST to CDT. I do not want to keep updating my code when time changes. Please advice.
Following is the syntax I use within my code
new_time(to_date(sysdate, 'yyyy-mm-dd hh24:mi:ss'), 'GMT', 'CDT')
I dont want to keep changing from 'CDT' to 'CST' when DST changes.. Please advice.