aboutsummaryrefslogtreecommitdiff
path: root/module/datetime (unfollow)
Commit message (Collapse)Author
2020-04-30Change call signature for [gs]etf.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-26Move date-range to datetime/util.Hugo Hörnquist
2020-04-26Add some comments.Hugo Hörnquist
2020-04-25Remove previous-week-start.Hugo Hörnquist
2020-04-25Add ice-9 format to datetime/util.Hugo Hörnquist
2020-04-24Update (start|end)-of-week to work as expected.Hugo Hörnquist
2020-04-22Add ~Z format to datetimes.Hugo Hörnquist
2020-04-22Add locale parameter to week-day-name.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
2020-04-20Add some week handling procedures.Hugo Hörnquist
2020-04-20Add year-day function.Hugo Hörnquist
2020-04-17Improve some errors.Hugo Hörnquist
2020-04-16Add datetime functions for working with week numbers.Hugo Hörnquist
2020-04-06Add multiple new text formatting procedures.Hugo Hörnquist
2020-04-06Add ~k to datetime format.Hugo Hörnquist
2020-04-05Introduce datetime->unix-time and back.Hugo Hörnquist
2020-04-02Remove ensure? for configs, built in instead.Hugo Hörnquist
2020-04-02week-day-name rethrow with better error.Hugo Hörnquist
2020-04-02Made date->str use datetime->str. Reintroduce time->str.Hugo Hörnquist
2020-04-02Fix internationalization of datetime formatting.Hugo Hörnquist
2020-04-01Update remaining code to use new config scheme.Hugo Hörnquist
2020-03-31Attempt at decentralized configuration system.Hugo Hörnquist
Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
2020-03-31Add {start,end}-of-week.Hugo Hörnquist
2020-03-31Redefine all <date>-stream in terms of general date-stream.Hugo Hörnquist
2020-03-25Improve *->decimal-hour procedures.Hugo Hörnquist
2020-03-24Add date-{min,max}.Hugo Hörnquist
2020-03-23Remove deprecated get-time.Hugo Hörnquist
2020-03-22Add previous-week-start procedure.Hugo Hörnquist
2020-03-20Add datetime-{min,max}.Hugo Hörnquist
2020-03-19Add ~e and ~b to date->string.Hugo Hörnquist
2020-03-19Fix year-rollover bug in month-days.Hugo Hörnquist
2020-03-19Move date util procedures to module, document.Hugo Hörnquist
2020-03-18Add week-stream.Hugo Hörnquist
2020-03-02Made start of week for html configurable.Hugo Hörnquist
2020-02-18Freed datetime from its srfi-19 prison.Hugo Hörnquist