marco-itnetsys
Results
2
comments of
marco-itnetsys
Sure! As the default datetime only supports a millisecond value up to 999999 (the root cause of the issue), do you want me to assert against numpy.datetime64, similar to the...
I didn't realize the datetime limitation until I looked into writing the unittest either. Thanks for pointing me in the right direction. I changed the code to leave datetime values...