Further fix for ISO8601 date parsing.

Recognize versions of timestamps with 'T' as the date/time separator.
For example, compare:

    '2021-08-01 23:14:00-05:00'
    '2021-08-01T23:14:00-05:00'

This commit adds support for the second flavor (and it's variations).
This commit is contained in:
2021-08-01 23:14:18 -05:00
parent 2b78727356
commit d90372127b
2 changed files with 20 additions and 19 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.3.2"
version = "0.3.3"
author = "Jonathan Bernard"
description = "Lightweight Postgres ORM for Nim."
license = "GPL-3.0"