Expand description
Git-compatible date parsing and display.
Modules§
- approx
- Git-compatible
approxidateparsing. - parse
- Git-compatible date parsing (
parse_date_basic,parse_date). - show
- Git-compatible date display (
show_date,show_date_relative, strftime handling). - tm
- Time conversion helpers that produce Git-compatible timestamps.
Enums§
- Test
Tool Date Result - Result of
test-tool date— either lines for stdout or a process exit code (no output).
Functions§
- test_
tool_ date - Run
test-tool date(seegit/t/helper/test-date.c).