Git date parsing primitives (gix-date equivalent)
fn days_since_epoch(year : Int, month : Int, day : Int) -> Intfn month_name_to_number(name : String) -> Int?fn parse_approxidate(date_str : String, now : Int64) -> Int64?fn parse_approxidate_epoch(s : String) -> Int64?fn parse_approxidate_human(s : String) -> Int64?fn parse_approxidate_iso8601(s : String) -> Int64fn parse_approxidate_iso_date(s : String) -> Int64?fn parse_approxidate_relative(s : String, now : Int64) -> Int64?fn parse_int_from_string(s : String) -> IntGit date parsing primitives (gix-date equivalent)