2

I have a timestamp field in the database to which i need to format as:

2003-08-09T05:48:37+05:30

How to do this formatting?

1 Answer 1

8
SELECT TO_CHAR(SYSTIMESTAMP, 'YYYY-MM-DD"T"HH24:MI:SSTZH:TZM') FROM DUAL
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.