Reputation: 637
I need to insert into mongo db some BC dates but I cant create datetime with negative value like datetime.datetime(-2000, 2, 1)
, but in mongodb it is possible to do with IsoDate, so how can i create negative dates in python?
I'm currently using python 2.7, and i do it on purpouse, for the project.
Upvotes: 3
Views: 892