Skip to content
  1. Jan 18, 2012
  2. Jan 12, 2012
  3. Dec 14, 2011
  4. Nov 08, 2011
  5. Aug 23, 2011
  6. Jul 31, 2011
  7. Jun 27, 2011
  8. Apr 26, 2011
  9. Apr 24, 2011
  10. Feb 25, 2011
  11. Jan 18, 2011
  12. Jan 15, 2011
  13. Oct 22, 2010
  14. Oct 02, 2010
  15. Aug 26, 2010
  16. Feb 28, 2010
  17. Sep 08, 2009
  18. Sep 05, 2009
  19. Sep 04, 2009
  20. Dec 13, 2008
  21. Apr 24, 2008
  22. Apr 17, 2008
  23. Mar 12, 2008
  24. Mar 11, 2008
  25. Feb 24, 2008
  26. Feb 20, 2008
  27. Feb 15, 2008
  28. Feb 09, 2008
  29. Feb 03, 2008
    • Karen Stevenson's avatar
      Small fix to the install. · 19952f62
      Karen Stevenson authored
      19952f62
    • Karen Stevenson's avatar
      Getting rid of offsets!! Alter query code to cast ISO and UNIX dates to native... · 3dddd854
      Karen Stevenson authored
      Getting rid of offsets!! Alter query code to cast ISO and UNIX dates to native datetimes and do timezone conversion in the database. Much faster and more accurate.
      
      This will mean this version of the code will not work for databases that are not able to do native timezone conversion, but even inexpensive shared hosts will probably have the MYSQL database timezone tables installed, and PostgreSQL has good timezone handling enabled by default.
      
      The MYSQL timezone conversion code should be accurate, the PostgreSQL code looks right from the documentation but needs to be verified.
      
      The offset fields can now be dropped from the Date fields since we only need the timezone name to do the conversion.
      
      I probably missed some places that need to be adjusted for this change, but this should get most of the necessary fixes in place.
      3dddd854
  30. Jan 30, 2008
  31. Jan 14, 2008