aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm (unfollow)
Commit message (Collapse)Author
2020-04-26Add some comments.Hugo Hörnquist
2020-04-25Datetime+ now retains zoneinfo.Hugo Hörnquist
2020-04-25Add current-datetime.Hugo Hörnquist
2020-04-22Add get-timezone.Hugo Hörnquist
2020-04-22Add time-zero?Hugo Hörnquist
2020-04-16Fix date-difference when changing year.Hugo Hörnquist
Previously some days in a date-difference would be dropped when the end date was in the year after the start date. There might be more bugs of this nature, better testing should be put in place.
2020-04-05Introduce datetime->unix-time and back.Hugo Hörnquist
2020-03-31Rename parse-date to parse-ics-date, add parse-iso-date.Hugo Hörnquist
2020-03-29Clarify error on bad RRULE's.Hugo Hörnquist
2020-03-25minor cleanup.Hugo Hörnquist
2020-03-25Improve *->decimal-hour procedures.Hugo Hörnquist
2020-03-25Fix bug in date-difference.Hugo Hörnquist
2020-03-24Move some datetime procedures to propper modules.Hugo Hörnquist
2020-03-24Change date{,time}-difference to hopefully sensible types.Hugo Hörnquist
2020-03-24Change overflow type for time-.Hugo Hörnquist
2020-03-24Datetime cleanup.Hugo Hörnquist
2020-03-23Minor cleanup.Hugo Hörnquist
2020-03-23Remove deprecated get-time.Hugo Hörnquist
2020-03-22Fix TZ problem with datetime<.Hugo Hörnquist
2020-03-22Date difference once again returns dates.Hugo Hörnquist
2020-03-20Start work on better wide html renderer.Hugo Hörnquist
2020-03-20Introduce propper datetime->tm and vice versa.Hugo Hörnquist
2020-03-19Slightly better second export for datetime.Hugo Hörnquist
2020-02-18Freed datetime from its srfi-19 prison.Hugo Hörnquist
2020-02-18Documentation.Hugo Hörnquist
2020-02-18Once again replace get-time.Hugo Hörnquist
2020-02-18Store TZ in sensible way when parsing datetimes.Hugo Hörnquist
2020-02-16Get-time now always returns localtime.Hugo Hörnquist
2020-02-14Export utc? for time objects.Hugo Hörnquist
2020-02-14Add date-difference.Hugo Hörnquist
2020-02-14REMOVE datetime-.Hugo Hörnquist
2020-02-14parse-time parse UTC Z.Hugo Hörnquist
2020-02-14Minor cleanup.Hugo Hörnquist
2020-02-14Months once again start on the first.Hugo Hörnquist
2020-02-14Add datetime-difference.Hugo Hörnquist
2020-02-14Fix date/-time<.Hugo Hörnquist
2020-02-13Fix date<%, similar to time<.Hugo Hörnquist
2020-02-11Hopefully fixed date+ bugs.Hugo Hörnquist
2020-02-11Fix FATAL bug in time<.Hugo Hörnquist
2020-02-03Fix date<=.Hugo Hörnquist
2020-01-30Once again compiles.Hugo Hörnquist
2020-01-26Reorder srfi-19 alt.Hugo Hörnquist
2020-01-26Large work in alt.scm.Hugo Hörnquist
2020-01-26Made <date> printer more stable.Hugo Hörnquist
2020-01-24Start of new date structures.Hugo Hörnquist