TO_DATE
TO_TIMESTAMP
TO_CHAR
Converts a string to a TIMESTAMP.
TO_TIMESTAMP(str, fmt)
Enter values below to update the example in real time.
ts
SELECT TO_TIMESTAMP('2024-06-27 14:30:00', 'YYYY-MM-DD HH24:MI:SS') AS ts FROM DUAL;