- Jun 14, 2019
-
-
Daniel Lowe authored
-
- May 27, 2019
-
-
Daniel Lowe authored
Docs: update CL implementations' time precision
-
Jon Atack authored
-
- Jan 23, 2019
-
-
Daniel Lowe authored
Fix a few docstrings.
-
Daniel Lowe authored
Add format-rfc1123-timestring documentation
-
Jon Atack authored
in `doc/local-time`.
-
- Jan 22, 2019
-
-
Daniel Lowe authored
Add :short-year documentation
-
- Nov 04, 2018
-
-
Daniel Lowe authored
Correct documentation and create test for adjust-timestamp.
-
Michael Cornelius authored
Make docstring and documentation reflect actual behavior of function.
-
Michael Cornelius authored
Show that, when invoked with (offset :day-of-week ...), adjust-timestamp find the day corresponding to the specified offset within the week of the given timestamp.
-
- Feb 26, 2018
-
-
Daniel Lowe authored
Use 'gettimeofday' on LispWorks (Darwin and GNU/Linux).
-
Daniel Lowe authored
Alter timestamp/= to match behavior of cl:/=
-
- Feb 15, 2018
-
-
Philipp Marek authored
The most important change is to have the padding character #\0.
-
Kamil Shakirov authored
-
- Feb 03, 2018
-
-
Daniel Lowe authored
The behavior of /= is different in that it cannot be done pair-wise, so it needs its own implementation. This fixes issue #72.
-
Daniel Lowe authored
Fixes for Allegro
-
Paul M. Rodriguez authored
-
Paul M. Rodriguez authored
-
- Jan 31, 2018
-
-
Daniel Lowe authored
Fix loop initialization warnings on LispWorks.
-
Kamil Shakirov authored
Fixes the following warning: Local Variable Initialization clause (the binding of LOCAL-TIME::PARAMS) follows iteration forms but will be evaluated before them.
-
- Jan 24, 2018
-
-
Daniel Lowe authored
Higher-resolution timestamps for CCL on Windows.
-
- Jan 23, 2018
-
-
Paul M. Rodriguez authored
-
- Dec 05, 2017
-
-
Daniel Lowe authored
Read timezones corrrectly when repository path is a symlink
-
- Nov 29, 2017
-
-
Chaitanya Gupta authored
-
- Nov 08, 2017
-
-
Daniel Lowe authored
Improve project system definitions
-
- Nov 04, 2017
-
-
Daniel Lowe authored
-
- Jul 23, 2017
-
-
Daniel Lowe authored
Default to UTC on any zone problem during loading.
-
- May 10, 2017
-
-
Daniel Lowe authored
Fixes issue #63.
-
Daniel Lowe authored
Export clone-timestamp from local-time package
-
- May 05, 2017
-
-
Daniel Lowe authored
This commit fixes issue #64.
-
- Jan 18, 2017
-
-
Daniel Lowe authored
Improve timestamp printing
-
Daniel Lowe authored
Mention license in ASDF file, too
-
- Jan 17, 2017
-
-
Philipp Marek authored
This makes it easier to use `asdf:system-license`. Thanks a lot!
-
- Oct 21, 2016
-
-
Jānis Džeriņš authored
Use `write-char` to print the `@` before timestamp because using `princ` uses all the printing machinery, and, most importantly, it uses sharing detection. So if two or more timestamps are in the same structure the sharpsign-sharpsign syntax is used to print them.
-
- Jun 05, 2016
-
-
Daniel Lowe authored
Fix error in ISO week calculation.
-
Daniel Lowe authored
Include -43200 in the type specifier of timezone-offset type
-
- May 18, 2016
-
-
Daniel Lowe authored
This fixes issue #52.
-
- Apr 23, 2016
-
-
Daniel Lowe authored
This fixes issue #50.
-
- Apr 02, 2016
-
-
Daniel Lowe authored
Create a new clock which adjusts for leap seconds.
-