Skip to content
  1. Dec 14, 2011
  2. Nov 08, 2011
  3. Aug 23, 2011
  4. Jul 31, 2011
  5. Jun 27, 2011
  6. Apr 26, 2011
  7. Apr 24, 2011
  8. Feb 25, 2011
  9. Jan 18, 2011
  10. Jan 15, 2011
  11. Oct 22, 2010
  12. Oct 02, 2010
  13. Aug 26, 2010
  14. Feb 28, 2010
  15. Sep 08, 2009
  16. Sep 05, 2009
  17. Sep 04, 2009
  18. Dec 13, 2008
  19. Apr 24, 2008
  20. Apr 17, 2008
  21. Mar 12, 2008
  22. Mar 11, 2008
  23. Feb 24, 2008
  24. Feb 20, 2008
  25. Feb 15, 2008
  26. Feb 09, 2008
  27. 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
  28. Jan 30, 2008
  29. Jan 14, 2008
  30. Jan 02, 2008
    • Karen Stevenson's avatar
      Standardize on date_make_date() instead of calling date_create() in some... · bf582ebd
      Karen Stevenson authored
      Standardize on date_make_date() instead of calling date_create() in some places so there is a central place to test the timezone and date values before creating the date.
      
      Add method to customize the labeling of date parts to allow the label above the date part, inserted as the first item in the options array, or omitted.
      
      Remove some functions that are not being used or move them so they are called only when needed to clean up the code.
      bf582ebd
  31. Dec 15, 2007
  32. Dec 13, 2007