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:
@ -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"
|
||||
|
Reference in New Issue
Block a user