don't allow creation of out-of-range times
Closed this issue · 0 comments
alexhsamuel commented
>>> ora.Unix32Time(2049,1,1,0,0,0,"UTC").offset
-1801895296
This should raise instead.
Closed this issue · 0 comments
>>> ora.Unix32Time(2049,1,1,0,0,0,"UTC").offset
-1801895296
This should raise instead.