Ben Fitzpatrick
Ben Fitzpatrick
The wrapping of `svn merge` in `fcm merge` was introduced because of the lack of proper merge tracking in Subversion at the time. Subversion's merge handling has since become much...
Sometimes it can be useful to compute proleptic Gregorian calculations (e.g. getting unix time from a wallclock time string) at the same time as running within another calendar. It would...
We could do with improving the API for the data model classes such as `TimePoint`.
We should support the second ISO 8601 recurrence format (see e.g. ISO 8601:2000 5.6.1b): ``` R/P2D ``` which must be supplied (somewhere) with a context start time in order to...
It would be nice if users were able to use some of the reserved dump format characters (e.g. `D`, `z`) in dump format strings. We should allow backslash escaping.
`%:z` is used by the `date` command to write time zones with a `:` separator (e.g. `+01:00` rather than `+0100`) - this would be useful syntax for us.
[UTC](http://en.wikipedia.org/wiki/Universal_Time) allows for insertion of extra leap seconds (or removal of existing seconds) based on the variation of the Earth's rotational period with respect to the [ICRF](http://en.wikipedia.org/wiki/International_Celestial_Reference_Frame). This means that...
Commit timestamps are stored in the Rosie discovery databases in Unix time (seconds since 1970-01-01T00:00:00Z). This has to be presented in a nice way, but isn't searchable in the same...