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).
14 lines
213 B
Nim
14 lines
213 B
Nim
# Package
|
|
|
|
version = "0.3.3"
|
|
author = "Jonathan Bernard"
|
|
description = "Lightweight Postgres ORM for Nim."
|
|
license = "GPL-3.0"
|
|
srcDir = "src"
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.4.0"
|