Update API to handle the multiple formats of datetime Postgres might use.

This commit is contained in:
2019-05-18 12:18:35 -05:00
parent 4c60c30b7d
commit 5026e3963c
4 changed files with 22 additions and 7 deletions

View File

@@ -17,4 +17,4 @@ requires @["nim >= 0.19.4", "bcrypt", "docopt >= 0.6.8", "isaac >= 0.1.3",
"jester >= 0.4.1", "jwt", "tempfile", "uuids >= 0.1.10" ]
requires "https://git.jdb-labs.com/jdb/nim-cli-utils.git >= 0.6.3"
requires "https://git.jdb-labs.com/jdb/nim-time-utils.git >= 0.4.0"
requires "https://git.jdb-labs.com/jdb/nim-time-utils.git >= 0.5.0"