1

In my PostgreSQL database I see date/time values like

2013-08-08 14:35:50-07
2014-02-20 01:57:59-08

Can someone please let me know what is that suffix 07 & 08 stand for?

thanks.

1

2 Answers 2

1

Those are timezone offset. 2014-02-20 01:57:59-08 means 1:57 AM in Pacific Time Zone

Sign up to request clarification or add additional context in comments.

Comments

1

ISO-8601 offset for PST: See documentation: (http://www.postgresql.org/docs/current/static/datatype-datetime.html)

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.