aboutsummaryrefslogtreecommitdiff
path: root/module/datetime/zic.scm (unfollow)
Commit message (Collapse)Author
2022-07-07Change date/time interface.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-06-23Minor zic format improvements.Hugo Hörnquist
2022-06-13Cleanup of zic.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
2022-06-13Add zic tests.Hugo Hörnquist
Also update zic to pass most of these tests.
2022-03-28Normalize errors.Hugo Hörnquist
2022-02-22Prepare code for translation.Hugo Hörnquist
2022-02-13Datetime restrict imports.Hugo Hörnquist
We might want to break datetime out into its own (independent) module, but for that we should have a clear understanding of what it uses.
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-07-30Resolve zic TODO's.Hugo Hörnquist
2020-07-07Merge (datetime util) into (datetime).Hugo Hörnquist
2020-06-25Merge UTC-OFFSET and TIMESPEC into one.Hugo Hörnquist
2020-05-19Remove leap and expiry from zic.Hugo Hörnquist
2020-04-30Update ical parts to use app context.Hugo Hörnquist
2020-04-29Handle TZ-rule with minimum start.Hugo Hörnquist
2020-04-27Add final-event-occurence procedure.Hugo Hörnquist
2020-04-22Work on zoneinfo parser.Hugo Hörnquist
2020-04-20map takes 2 arguments...Hugo Hörnquist
2020-04-20Add parser for plaintext zoneinfo files.Hugo Hörnquist