summaryrefslogtreecommitdiff
path: root/tests/test_dates.py
Commit message (Expand)AuthorAgeFilesLines
* Handle time zones with seconds in the UTC offset.Daniele Varrazzo2010-05-201-36/+20
* Fixed time test to be independent from the TZ it runs.Daniele Varrazzo2010-05-151-2/+2
* Fixed TimeFromTicks for second values > 59.5.Daniele Varrazzo2010-05-151-2/+13
* Fixed TimestampFromTicks for second values > 59.5.Daniele Varrazzo2010-05-151-0/+11
* Cast datetime into timestamptz when the tzinfo field is set.Daniele Varrazzo2010-05-151-1/+12
* Explicit cast of the SQL representation of time-related objects.Daniele Varrazzo2010-05-151-0/+91
* Changes license to LGPL3 + OpenSSL exception on all source filesFederico Di Gregorio2010-02-121-3/+4
* Fixed test_dates failures in older version of PythonFederico Di Gregorio2009-04-011-4/+4
* * tests/test_dates.py (DatetimeTests, mxDateTimeTests): full testJames Henstridge2009-02-171-59/+145
* * psycopg/typecast.c (typecast_parse_time): Fix up handling ofJames Henstridge2009-02-171-1/+4
* Add tests for time zone parsing, for "HH", "HH:MM" and "HH:MM:SS" forms. James Henstridge2009-02-171-0/+39
* 2008-04-21 Jorgen Austvik <Jorgen.Austvik@sun.com>James Henstridge2008-04-201-1/+1
* * psycopg/typecast.c (typecast_parse_time): give the correctJames Henstridge2008-03-171-233/+19
* * tests/__init__.py (test_suite): add date tests to test suite.James Henstridge2008-01-161-0/+468