Skip to main content

Module git_date

Module git_date 

Source
Expand description

Git-compatible date parsing and display.

Modules§

approx
Git-compatible approxidate parsing.
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§

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).