Skip to main content

Module git_date

Module git_date 

Source
Expand description

Git-compatible date parsing and display (ported from Git date.c).

Modules§

approx
Git approxidate (ported from date.c).
parse
Git-compatible date parsing (parse_date_basic, parse_date) — ported from Git date.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§

TestToolDateResult
Result of test-tool date — either lines for stdout or a process exit code (no output).

Functions§

test_tool_date
Run test-tool date (see git/t/helper/test-date.c).