Welcome, Guest! Log In | Create Account
function TimeDelta_or_None() in MySQLdb.times module.
2009-07-27 09:49:07 UTC in MySQL for Python
The problem is when hour part is '-00", then int('-00') will return 0, and sign is lost. I made a patch: 60a61 > nagative = h[0] == '-' 64c65 < if h < 0: --- > if nagative:
2009-07-27 09:46:49 UTC in MySQL for Python
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use