MonetDB / pymonetdb

The Python API for MonetDB
https://www.monetdb.org/
Mozilla Public License 2.0
28 stars 20 forks source link

Deal with dates before the year 1000 #108

Closed joerivanruth closed 2 years ago

joerivanruth commented 2 years ago

strptime expected leading zeroes but MonetDB sends them without. Fixes #107.