Skip to content
  1. Mar 06, 2008
  2. Mar 05, 2008
  3. Mar 01, 2008
  4. Feb 22, 2008
  5. Feb 21, 2008
  6. Feb 20, 2008
  7. Feb 19, 2008
  8. Feb 05, 2008
    • Attila Lendvai's avatar
      delete an impossible case in %set-local-time-part · 84250c83
      Attila Lendvai authored
      darcs-hash:138a2112bf65f0b1f771c249d18ea36568e14e2b
      84250c83
    • Attila Lendvai's avatar
      use some +constants+ for readability purposes · 6c571b9a
      Attila Lendvai authored
      darcs-hash:c3e2fab6c10f684fbaea4df56b7f93833894d35f
      6c571b9a
    • Attila Lendvai's avatar
      reorder some definitions to load it cleanly, add an eval-when, too (splitting... · 7bbe48b6
      Attila Lendvai authored
      reorder some definitions to load it cleanly, add an eval-when, too (splitting into multiple files would help, too)
      
      darcs-hash:151f5ee802c111c1b5845aef2c211419d48d96dd
      7bbe48b6
    • Attila Lendvai's avatar
      an unfortunately big patch with INCOMPATIBLE CHANGES. · f111959c
      Attila Lendvai authored
      - fix gregorian leap year rules: 100 and 400 years rules were not taken
        into account which broke timestamps when using cl-postgres and year far
        enough from now.
      
      - added adjust-local-time, and adjust-local-time! (which sideeffects the
        changes into the input).
      
        example uses:
      
        (adjust-local-time sunday (offset :day-of-week :monday))
        (adjust-local-time epoch (set :timezone to utc-1))
        (adjust-local-time sunday (offset :day by 3))
      
        "to" and "by" is optional and otherwise is ignored.
      
      the INCOMPATIBLE CHANGES:
      - LOCAL-TIME-ADJUST has been renamed to ADJUST-TO-TIMEZONE and not
        exported anymore. the return values (day sec) has been swapped
        to match the small->large order everywhere else.
        instead use: (adjust-local-time time (set :timezone +utc-zone+))
      
      - LOCAL-TIME-ADJUST-DAYS removed in favor of
        (adjust-local-time day (offset :day-of-week :monday))
      
      - MODIFIED-LOCAL-TIME and ADJUSTED-LOCAL-TIME has been merged into
        ADJUST-LOCAL-TIME
      
      - the non-exported LOCAL-TIME-SUM has been dropped
      
      darcs-hash:25dcffe672ca21dc5e60591f66fe7fe2df0be300
      f111959c
    • Attila Lendvai's avatar
      added clone-local-time · 03f99c20
      Attila Lendvai authored
      darcs-hash:4da75c0e895b3a3b1fdb110d2326c96d1b7f6c33
      03f99c20
    • Attila Lendvai's avatar
      don't :use cl-fad, use fully qualified symbols · 02ef8352
      Attila Lendvai authored
      darcs-hash:437bb2d86e85fda420865bda03506100dc662d69
      02ef8352
  9. Dec 31, 2007
  10. Nov 19, 2007
  11. Nov 18, 2007
  12. Nov 12, 2007
  13. Nov 11, 2007
  14. Nov 05, 2007
  15. Oct 11, 2007
  16. Oct 01, 2007
  17. Oct 04, 2007
  18. Sep 28, 2007
  19. Sep 08, 2007
  20. Aug 23, 2007
  21. Aug 09, 2007