|
|
|
|
|
by avip
2554 days ago
|
|
I once stupidly implemented a "date math" feature, and after introducing numerous bugs in production opted to use https://svn.python.org/projects/sandbox/trunk/datetime/test_... as my ref. test (which exposed numerous other bugs). Likely not full coverage of all date-time related bizarrities, yet a useful resource. |
|
I believe this to be one of those rites of passage for any programmer.