Reid Watson

Results 1 issues of Reid Watson

The following script should print a negative time value (`-1 day, 23:30:00`) but instead prints a positive one (`0:30:00`) ``` #!/usr/bin/env python import MySQLdb db = MySQLdb.connect('YOUR CONNECTION INFO HERE')...