aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm (unfollow)
Commit message (Expand)Author
2022-07-07Remove set! from datetime.Hugo Hörnquist
2022-07-07Remove case*.Hugo Hörnquist
2022-07-07Move each imported symbol to own line for easier removal.Hugo Hörnquist
2022-07-07Fix datetime issues discovered due to new tests.Hugo Hörnquist
2022-06-23Move (date|time)-zero? higher up in datetime.Hugo Hörnquist
2022-06-23Remove (add|remove)-day, and month[+-].Hugo Hörnquist
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
2022-04-21datetime->decimal-hour correct time for hours without days.Hugo Hörnquist
2022-04-21Simplify week-day-name.Hugo Hörnquist
2022-04-11Replace config system with paramater based system.Hugo Hörnquist
2022-04-05Minor fixups.Hugo Hörnquist
2022-03-30Remove parse-time from (datetime timespec).Hugo Hörnquist
2022-03-28Normalize errors.Hugo Hörnquist
2022-03-28Stop exporting internal time+%Hugo Hörnquist
2022-03-01Remove with-stream macro.Hugo Hörnquist
2022-03-01Add unit test for days-in-interval.Hugo Hörnquist
2022-02-13Datetime restrict imports.Hugo Hörnquist
2022-02-13Datetime remove old commented parse-month.Hugo Hörnquist
2022-02-13Datetime rewrote parse-month.Hugo Hörnquist
2022-02-01Remove define-many.Hugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
2022-01-29Add span-upto.Hugo Hörnquist
2022-01-29Add ~b and ~p flags to datetime parser.Hugo Hörnquist
2021-12-09<datetime> no longer crashes.Hugo Hörnquist
2021-08-24Fix warning calls in string->datetime.Hugo Hörnquist
2021-01-14Added string->date/-time.Hugo Hörnquist
2021-01-14Bind full week days in addition to abriviations.Hugo Hörnquist
2020-10-23Add entry-point for generating tidsrapporter.Hugo Hörnquist
2020-09-06Improve datetime error messages.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-12Massivly simplify config internals.Hugo Hörnquist
2020-08-10Remove dependency from view/calendar -> datetime.Hugo Hörnquist
2020-08-04Start work on long event layout for months.Hugo Hörnquist
2020-07-30Add datetime-.Hugo Hörnquist
2020-07-27Merge mod!:s functionality into set!Hugo Hörnquist
2020-07-07Remove some TODO:s.Hugo Hörnquist
2020-07-07Major reordering in datetime.Hugo Hörnquist
2020-07-07Clean up datetime parsing.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-06-28Add parse-iso-datetime.Hugo Hörnquist
2020-06-15Clarify and fix TZ stuff in (datetime).Hugo Hörnquist
2020-06-13Change write-form of <datetime>.Hugo Hörnquist
2020-06-13Date, time & datetime now display themself in read-able forms.Hugo Hörnquist
2020-05-24Fix multi day overflow in time-.Hugo Hörnquist
2020-05-23Cleanup in datetime.Hugo Hörnquist
2020-05-23date= and time= now work.Hugo Hörnquist
2020-05-19Cleanup in datetime.Hugo Hörnquist
2020-05-19date=, datetime=, time= any number of arguments.Hugo Hörnquist