- Dec 05, 2014
-
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
- Dec 03, 2014
-
-
Daniel Lowe authored
-
- Nov 26, 2014
-
-
Daniel Lowe authored
Bug fixes, political time, and minimal DOY values
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
- Nov 25, 2014
-
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Daniel Lowe authored
-
Lee T Ayres authored
-
Lee T Ayres authored
-
Lee T Ayres authored
-
- Nov 04, 2014
-
-
Lee T Ayres authored
-
Lee T Ayres authored
-
- May 18, 2014
-
-
Daniel Lowe authored
Fix rfc-1123 format documentation
-
Kan-Ru Chen (陳侃如) authored
-
- May 16, 2014
-
-
Daniel Lowe authored
Change +rfc-1123-format+ to use numeric timezone indicators
-
- May 06, 2014
-
-
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.
-
- Apr 07, 2014
-
-
Daniel Lowe authored
Patch to support Allegro Common Lisp
-
- Mar 23, 2014
-
-
Daniel Lowe authored
Fix a compilation warning on LispWorks
-
- Mar 22, 2014
-
-
Camille Troillard authored
When a function is declared as `inline` on LispWorks, the definition must appear before it is used otherwise a warning is issued.
-
- Feb 04, 2014
-
-
Daniel Lowe authored
Allow the :HOUR12 format in format-timestring to take a padding and length argument.
-
Marco Baringer authored
-
- Feb 01, 2014
-
-
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.
-
Daniel Lowe authored
Refactor TRANSITION-POSITION to use iteration
-
Daniel Lowe authored
Split +iso-8601-format+ into +iso-8601-date-format+ and +iso-8601-time-format+ so that they can be used individually.
-
- Jan 31, 2014
-
-
Marco Baringer authored
Split +iso-8601-format+ into +iso-8601-date-format+ and +iso-8601-time-format+ so that they can be used individually.
-