lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
8.86k stars 908 forks source link

issue/1072 Fix Issue Parsing a timestamp string outputed by the formatter based on a UTC +00 time.Date #1073

Closed stephanvanzwienen closed 2 years ago

stephanvanzwienen commented 2 years ago

Fix for issue/1072 Made sure the ParseTimestamp takes into account the 'Z' timezone separator.

This also happens to fix a problem mentioned in issue/606