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.
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.
ISO-8601 offset for PST: See documentation: (http://www.postgresql.org/docs/current/static/datatype-datetime.html)