]> granicus.if.org Git - python/commit
Fix an odd error which would only occur close to new year's eve, due
authorGuido van Rossum <guido@python.org>
Tue, 1 Jan 2008 04:15:29 +0000 (04:15 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 1 Jan 2008 04:15:29 +0000 (04:15 +0000)
commit96b3249670ffa02c8794d881acb9e6d1bd670515
treea8d15c2c0b0b7fa5389597c9fb9ee2b9c3774adb
parent59a65facf2f12c34c3e37b6aa5db8df6c0ec4329
Fix an odd error which would only occur close to new year's eve, due
to use of datetime.datetime.now() instead of utcnow() for comparison.
(I think the test can still fail if it's executed pretty much *at*
new year's eve, but that's not worth fixing.)
Lib/sqlite3/test/types.py