97 Commits (bf2f63a781dfca084b8cbdd9f8e318d35c89488b)

Author SHA1 Message Date
Jeff King 642833db78 date: add "unix" format 9 years ago
Jeff King bab748371a local_tzoffset: detect errors from tm_to_time_t 9 years ago
Jeff King add00ba2de date: make "local" orthogonal to date format 9 years ago
John Keeping dc6d782c5d date: check for "local" before anything else 9 years ago
Jeff King aa1462cc3d introduce "format" date-mode 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Junio C Hamano f6e6362107 parse_date_basic(): let the system handle DST conversion 10 years ago
Junio C Hamano 7fcec48da9 parse_date_basic(): return early when given a bogus timestamp 10 years ago
Jeff King d37239536c approxidate: allow ISO-like dates far in the future 10 years ago
Jeff King 073281e2ae pass TIME_DATE_NOW to approxidate future-check 10 years ago
Beat Bolli 466fb6742d pretty: provide a strict ISO 8601 date format 11 years ago
Jeff King c33ddc2e33 date: use strbufs in date-formatting functions 11 years ago
Jiang Xin fcaed04df6 i18n: fix uncatchable comments for translators in date.c 11 years ago
Jeff King 2b15846dbf log: do not segfault on gmtime errors 11 years ago
Jeff King 7ca36d9398 date: check date overflow against time_t 11 years ago
Jeff King 38db01b7fb drop redundant semicolon in empty while 11 years ago
Junio C Hamano 3d27b9b005 date.c: add parse_expiry_date() 12 years ago
Mike Gorchak e1033da6af Fix time offset calculation in case of unsigned time_t 12 years ago
Mike Gorchak e6e87516f5 date.c: fix unsigned time_t comparison 12 years ago
Junio C Hamano be21d167b2 date.c: Fix off by one error in object-header date parsing 13 years ago
Jonathan Nieder 7d29afd43c i18n: mark relative dates for translation 13 years ago
Junio C Hamano 2c733fb24c parse_date(): '@' prefix forces git-timestamp 13 years ago
Junio C Hamano 116eb3abfe parse_date(): allow ancient git-timestamp 13 years ago
Haitao Li ee646eb48f date.c: Support iso8601 timezone formats 14 years ago
Michael J Gruber f1e9c548ce date: avoid "X years, 12 months" in relative dates 14 years ago
Jonathan Nieder 9644c06163 Export parse_date_basic() to convert a date string to timestamp 15 years ago
Jeff King 9ba0f0334d parse_date: fix signedness in timezone calculation 15 years ago
Ramkumar Ramachandra c5043cc185 Refactor parse_date for approxidate functions 15 years ago
Marcus Comstedt 75b37e7047 Add "Z" as an alias for the timezone "UTC" 15 years ago
Junio C Hamano 93cfa7c7a8 approxidate_careful() reports errorneous date string 15 years ago
Junio C Hamano 23418ea95f date.c: mark file-local function static 15 years ago
Johan Sageryd dbc1b1f710 Fix '--relative-date' 15 years ago
Jeff King 931e8e27d9 fix approxidate parsing of relative months and years 16 years ago
Alex Riesen 33012fc429 Add date formatting and parsing functions relative to a given time 16 years ago
David Reiss 607a9e8aaa Round-down years in "years+months" relative date view 16 years ago
Linus Torvalds 36e4986f26 Further 'approxidate' improvements 16 years ago
Linus Torvalds 9029055207 Improve on 'approxidate' 16 years ago
Bernd Ahlers f697b33b01 Work around BSD whose typeof(tv.tv_sec) != time_t 16 years ago
Jeff King 10edf37796 never fallback relative times to absolute 16 years ago
Linus Torvalds 7dff9b30ea Support 'raw' date format 16 years ago
Linus Torvalds e9854a7672 date/time: do not get confused by fractional seconds 16 years ago
Linus Torvalds 9f2b6d2936 date/time: do not get confused by fractional seconds 17 years ago
Johannes Sixt bb5799d6ef Make my_mktime() public and rename it to tm_to_time_t() 17 years ago
Olivier Marin 8c6b57860d Fix approxidate("never") to always return 0 17 years ago
Steven Drake 695ed47228 timezone_names[]: fixed the tz offset for New Zealand. 17 years ago
Andy Parkins 856665f827 parse_date_format(): convert a format name to an enum date_mode 18 years ago
Johannes Schindelin af66366a9f Teach approxidate() to understand "never" 18 years ago
Junio C Hamano 73013afd14 Make show_rfc2822_date() just another date output format. 18 years ago
Robin Rosenberg ee8f838e03 Support output ISO 8601 format dates 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago