ISO-8601 Format for PostgreSQL

22 Jun 2014

myuser@myhost:5432/mydb> select to_timestamp('2014-06-12T18:53:04Z', 'YYYY-MM-DD"T"HH24:MI:SS"Z"'); rollback;
┌────────────────────────┐
│      to_timestamp      │
├────────────────────────┤
│ 2014-06-12 18:53:04-04 │
└────────────────────────┘
(1 row)