postgres-nio
postgres-nio copied to clipboard
Issue 27: Add support for text dates
Added support for parsing PostgreSQL date, timestamp, and timestamptz text strings into Swift Date.
I added a separate test of text dates rather than adding to the existing date test. The reviewer will probably want to validate that this is in line with the standards for the project.