dg / dibi

Dibi - smart database abstraction layer

Home Page:https://dibiphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid date parsing

SendiMyrkr opened this issue · comments

Version: All from 3.0.0

Bug Description

Is impossible read date like 0002-10-10 00:00:00. I do understand exception for date like 0000-00-00 00:00:00, that has odd results for DateTime object, but dates from 0000-01-01 00:00:00 works in PHP correctly so i think that in dibi should be too.