5 ms·
Sadly, it's not possible. datetime is a C class, so it is immutable.
by madjar 14y ago
Sadly, it's not possible. datetime is a C class, so it is immutable.
- spulec 14y agoCorrect. I've gone with his latter solution for now and added a warning about import order. I'm not very happy with this solution through and will be spending some time with ctypes in the next few days to come up with something better.