The previous fix for PostgreSQL timestamp fields matched fields with and without timezones, but did not properly parse values from fields that included the timezone. Now we check for the presence of the timezone in the date string and choose a format string to parse it correctly.
14 lines
213 B
Nim
14 lines
213 B
Nim
# Package
|
|
|
|
version = "0.3.2"
|
|
author = "Jonathan Bernard"
|
|
description = "Lightweight Postgres ORM for Nim."
|
|
license = "GPL-3.0"
|
|
srcDir = "src"
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.4.0"
|