Expand description
Git-compatible date parsing and display (ported from Git date.c).
Modules§
- approx
- Git
approxidate(ported fromdate.c). - parse
- Git-compatible date parsing (
parse_date_basic,parse_date) — ported from Gitdate.c. - show
- Git-compatible date display (
show_date,show_date_relative, strftime handling). - tm
- Git-compatible time conversion helpers (ported from Git’s
date.c).
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).