1. Dec 05, 2014
  2. Dec 03, 2014
  3. Nov 26, 2014
  4. Nov 25, 2014
  5. Nov 04, 2014
  6. May 18, 2014
  7. May 16, 2014
  8. May 06, 2014
    • Kan-Ru Chen (陳侃如)'s avatar
      Change +rfc-1123-format+ to use numeric timezone indicators · ef1de7b5
      Kan-Ru Chen (陳侃如) authored
      RFC-1123 section 5.2.14 writes
      
      "There is a strong trend towards the use of numeric timezone
      indicators, and implementations SHOULD use numeric timezones
      instead of timezone names."
      
      RFC-822 section 5.1 writes the syntax of timezone
      
      zone        =  "UT"  / "GMT"                ; Universal Time
                                                  ; North American : UT
                  /  "EST" / "EDT"                ;  Eastern:  - 5/ - 4
                  /  "CST" / "CDT"                ;  Central:  - 6/ - 5
                  /  "MST" / "MDT"                ;  Mountain: - 7/ - 6
                  /  "PST" / "PDT"                ;  Pacific:  - 8/ - 7
                  /  1ALPHA                       ; Military: Z = UT;
                                                  ;  A:-1; (J not used)
                                                  ;  M:-12; N:+1; Y:+12
                  / ( ("+" / "-") 4DIGIT )        ; Local differential
                                                  ;  hours+min. (HHMM)
      
      Which I feel using the numeric is the way to go. It's always valid
      that we don't have to worry about if the timezone abbreviation is in
      the allowed list.
      ef1de7b5
  9. Apr 07, 2014
  10. Mar 23, 2014
  11. Mar 22, 2014
  12. Feb 04, 2014
  13. Feb 01, 2014
    • Peter Keller's avatar
      Patch to support Allegro Common Lisp · 7adfa07c
      Peter Keller authored
      Hello,
      
      I have produced a patch which allows LOCAL-TIME to support subsecond
      resolution of time in Allegro Common Lisp. I produced it with git
      format-patch and attached it to this email.  Hopefully, it'll be good
      enough without further changes. Let me know if you need anything else.
      
      Thank you.
      
      Peter Keller
      
      >From ae6325f7aadaf771f6ed86ad7c4893818351031e Mon Sep 17 00:00:00 2001
      From: Peter Keller <psilord@cs.wisc.edu>
      Date: Fri, 31 Jan 2014 15:57:26 -0600
      Subject: [PATCH] Add support for subsecond resolution under Allegro.
      7adfa07c
    • Daniel Lowe's avatar
      Merge pull request #18 from dlowe-net/refactor-transition-position · cb1db64f
      Daniel Lowe authored
      Refactor TRANSITION-POSITION to use iteration
      cb1db64f
    • Daniel Lowe's avatar
      Merge pull request #19 from segv/iso_8601_date_time_format · 8b2a1699
      Daniel Lowe authored
      Split +iso-8601-format+ into +iso-8601-date-format+ and +iso-8601-time-format+ so that they can be used individually.
      8b2a1699
  14. Jan 31, 2014