Is there a way to output a datetime using the user...
# suiteql
b
Is there a way to output a datetime using the user's preferred date format, time format, and timezone? What I've tried so far:
Copy code
SELECT TO_CHAR(sysdate, 'DS TS') FROM DUAL
m
Try CURRENT_DATE