An error occurred fetching the project authors.
  1. 05 Aug, 2008 1 commit
  2. 28 Apr, 2008 1 commit
  3. 30 Oct, 2007 1 commit
  4. 24 Oct, 2007 1 commit
    • Laurence Rowe's avatar
      * Move all timezone usage to use pytz · 622aa860
      Laurence Rowe authored
      * Add support to timezone aware datetime conversion
      * Correct capitalization of Brazil/DeNoronha
      
      All previous timezone names are tested against the new pytz based timezones.
      This test shows that the following zones changed when pytz support was added
      (i.e. not in this commit):
      
      t1 = time.mktime(datetime(2002, 1, 1).timetuple())
      t2 = time.mktime(datetime(2002, 7, 1).timetuple())
      expected_failures = [ # zone.info(t1)     newzone.info(t1)     zone.info(t2)     newzone.info(t2)
          'Jamaica',        # (-18000, 0, 'EST') (-18000, 0, 'EST') (-14400, 1, 'EDT') (-18000, 0, 'EST')
          'Turkey',         # (10800, 0, 'EET') (7200, 0, 'EET') (14400, 1, 'EET DST') (10800, 1, 'EEST')
          'Mexico/BajaSur', # (-25200, 0, 'MST') (-25200, 0, 'MST') (-25200, 0, 'MST') (-21600, 1, 'MDT')
          'Mexico/General', # (-21600, 0, 'CST') (-21600, 0, 'CST') (-21600, 0, 'CST') (-18000, 1, 'CDT')
          'Canada/Yukon',   # (-32400, 0, 'YST') (-28800, 0, 'PST') (-28800, 1, 'YDT') (-25200, 1, 'PDT')
          'Brazil/West',    # (-10800, 1, 'WDT') (-14400, 0, 'AMT') (-14400, 0, 'WST') (-14400, 0, 'AMT')
          'Brazil/Acre',    # (-14400, 1, 'ADT') (-18000, 0, 'ACT') (-18000, 0, 'AST') (-18000, 0, 'ACT')
          ]
      
      The most likely explanation for this is that the old database was out of date.
      622aa860
  5. 23 Oct, 2007 1 commit
  6. 18 Oct, 2007 2 commits
  7. 04 Oct, 2007 1 commit
  8. 13 Dec, 2006 2 commits
  9. 21 Nov, 2006 3 commits
  10. 16 Jun, 2006 3 commits
  11. 26 Nov, 2005 1 commit
  12. 18 Nov, 2005 3 commits
  13. 25 May, 2005 4 commits
  14. 18 May, 2005 1 commit
    • Andreas Jung's avatar
      · 9c397df3
      Andreas Jung authored
            - Collector #1780: DateTime.strftime() now handles dates <= 1900 or
              >= 2038
      9c397df3
  15. 02 May, 2005 1 commit
    • Sidnei da Silva's avatar
      · 54333499
      Sidnei da Silva authored
      - Make it work standalone, in the absence of App.config
      54333499
  16. 29 Mar, 2005 1 commit
  17. 09 Nov, 2004 1 commit
  18. 08 Nov, 2004 1 commit
  19. 30 Jul, 2004 3 commits
  20. 25 Jun, 2004 2 commits
  21. 02 Mar, 2004 2 commits
  22. 01 Jan, 2004 1 commit
  23. 11 Dec, 2003 2 commits
  24. 07 Dec, 2003 1 commit