Skip to content
  1. Oct 26, 2010
  2. Oct 11, 2010
  3. Oct 10, 2010
  4. Aug 22, 2010
  5. Aug 12, 2010
  6. Aug 04, 2010
  7. Mar 29, 2010
  8. Mar 02, 2010
  9. Mar 01, 2010
  10. Feb 28, 2010
  11. Sep 08, 2009
  12. Sep 05, 2009
  13. Sep 04, 2009
  14. Dec 13, 2008
  15. Dec 02, 2008
  16. Aug 13, 2008
  17. Jun 20, 2008
  18. Apr 17, 2008
  19. Feb 15, 2008
  20. Feb 08, 2008
  21. Feb 03, 2008
    • 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
  22. Jan 23, 2008
  23. Dec 17, 2007
  24. Dec 03, 2007
  25. Jul 28, 2007