Sign in
googlers
/
jrn
/
git
/
15664a5f35b6db8077e3e8aeb377e72f0f95e23e
/
date.c
544ed96
date.c: allow compact version of ISO-8601 datetime
by Đoàn Trần Công Danh
· 4 years, 9 months ago
b784840
date.c: skip fractional second part of ISO-8601
by Đoàn Trần Công Danh
· 4 years, 9 months ago
4f89f4f
date.c: validate and set time in a helper function
by Đoàn Trần Công Danh
· 4 years, 9 months ago
c933b28
date.c: s/is_date/set_date/
by Đoàn Trần Công Danh
· 4 years, 9 months ago
ccd4694
date.c: switch to reentrant {gm,local}time_r
by Doan Tran Cong Danh
· 5 years ago
29f4332
Quit passing 'now' to date code
by Stephen P. Smith
· 5 years ago
5a59a23
completion: add more parameter value completion
by Nguyễn Thái Ngọc Duy
· 6 years ago
ecbe1be
Merge branch 'lt/date-human'
by Junio C Hamano
· 6 years ago
b841d4f
Add `human` format to test-tool
by Stephen P. Smith
· 6 years ago
3d42034
show_date_relative(): drop unused "tz" parameter
by Jeff King
· 6 years ago
2fd7c22
Replace the proposed 'auto' mode with 'auto:'
by Stephen P. Smith
· 6 years ago
acdd377
Add 'human' date format
by Linus Torvalds
· 6 years ago
aa097b8
approxidate: fix NULL dereference in date_time()
by Jeff King
· 6 years ago
c27cc94
approxidate: handle pending number for "specials"
by Jeff King
· 6 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
6ba649e
Merge branch 'ab/strbuf-addftime-tzname-boolify'
by Junio C Hamano
· 8 years ago
3b70223
strbuf: change an always NULL/"" strbuf_addftime() param to bool
by Ævar Arnfjörð Bjarmason
· 8 years ago
9eafe86
Merge branch 'rs/strbuf-addftime-zZ'
by Junio C Hamano
· 8 years ago
6eced3e
date: use localtime() for "-local" time formats
by Jeff King
· 8 years ago
c3fbf81
strbuf: let strbuf_addftime handle %z and %Z itself
by René Scharfe
· 8 years ago
1e65a98
date.c: abort if the system time cannot handle one of our timestamps
by Johannes Schindelin
· 8 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 8 years ago
cb71f8b
PRItime: introduce a new "printf format" for timestamps
by Johannes Schindelin
· 8 years ago
1aeb7e7
parse_timestamp(): specify explicitly where we parse timestamps
by Johannes Schindelin
· 8 years ago
642833d
date: add "unix" format
by Jeff King
· 8 years ago
bab7483
local_tzoffset: detect errors from tm_to_time_t
by Jeff King
· 9 years ago
add00ba
date: make "local" orthogonal to date format
by Jeff King
· 9 years ago
dc6d782
date: check for "local" before anything else
by John Keeping
· 9 years ago
aa1462c
introduce "format" date-mode
by Jeff King
· 10 years ago
a5481a6
convert "enum date_mode" into a struct
by Jeff King
· 10 years ago
39a5d50
Merge branch 'jc/epochtime-wo-tz'
by Junio C Hamano
· 10 years ago
f6e6362
parse_date_basic(): let the system handle DST conversion
by Junio C Hamano
· 10 years ago
7fcec48
parse_date_basic(): return early when given a bogus timestamp
by Junio C Hamano
· 10 years ago
04950c7
Merge branch 'jk/approxidate-avoid-y-d-m-over-future-dates'
by Junio C Hamano
· 10 years ago
d372395
approxidate: allow ISO-like dates far in the future
by Jeff King
· 10 years ago
073281e
pass TIME_DATE_NOW to approxidate future-check
by Jeff King
· 10 years ago
9ff700e
Merge branch 'jk/commit-author-parsing'
by Junio C Hamano
· 10 years ago
466fb67
pretty: provide a strict ISO 8601 date format
by Beat Bolli
· 10 years ago
c33ddc2
date: use strbufs in date-formatting functions
by Jeff King
· 10 years ago
fcaed04
i18n: fix uncatchable comments for translators in date.c
by Jiang Xin
· 11 years ago
3c83b08
Merge branch 'jk/commit-dates-parsing-fix'
by Junio C Hamano
· 11 years ago
2b15846
log: do not segfault on gmtime errors
by Jeff King
· 11 years ago
7ca36d9
date: check date overflow against time_t
by Jeff King
· 11 years ago
7522c58
Merge branch 'jk/date-c-double-semicolon'
by Junio C Hamano
· 11 years ago
38db01b
drop redundant semicolon in empty while
by Jeff King
· 11 years ago
3e1e762
Merge branch 'jc/prune-all'
by Junio C Hamano
· 12 years ago
3d27b9b
date.c: add parse_expiry_date()
by Junio C Hamano
· 12 years ago
e1033da
Fix time offset calculation in case of unsigned time_t
by Mike Gorchak
· 12 years ago
e6e8751
date.c: fix unsigned time_t comparison
by Mike Gorchak
· 12 years ago
9a0231b
Merge branch 'jc/maint-filter-branch-epoch-date'
by Junio C Hamano
· 12 years ago
be21d16
date.c: Fix off by one error in object-header date parsing
by Junio C Hamano
· 13 years ago
7d29afd
i18n: mark relative dates for translation
by Jonathan Nieder
· 13 years ago
3d8bc74
Merge branch 'jc/parse-date-raw'
by Junio C Hamano
· 13 years ago
2c733fb
parse_date(): '@' prefix forces git-timestamp
by Junio C Hamano
· 13 years ago
116eb3a
parse_date(): allow ancient git-timestamp
by Junio C Hamano
· 13 years ago
ee646eb
date.c: Support iso8601 timezone formats
by Haitao Li
· 13 years ago
f1e9c54
date: avoid "X years, 12 months" in relative dates
by Michael J Gruber
· 14 years ago
9644c06
Export parse_date_basic() to convert a date string to timestamp
by Jonathan Nieder
· 14 years ago
9ba0f03
parse_date: fix signedness in timezone calculation
by Jeff King
· 15 years ago
8718e87
Merge branch 'rr/parse-date-refactor'
by Junio C Hamano
· 15 years ago
c5043cc
Refactor parse_date for approxidate functions
by Ramkumar Ramachandra
· 15 years ago
75b37e7
Add "Z" as an alias for the timezone "UTC"
by Marcus Comstedt
· 15 years ago
103209c
Merge branch 'jc/maint-reflog-bad-timestamp'
by Junio C Hamano
· 15 years ago
93cfa7c
approxidate_careful() reports errorneous date string
by Junio C Hamano
· 15 years ago
23418ea
date.c: mark file-local function static
by Junio C Hamano
· 15 years ago
dbc1b1f
Fix '--relative-date'
by Johan Sageryd
· 15 years ago
931e8e2
fix approxidate parsing of relative months and years
by Jeff King
· 15 years ago
33012fc
Add date formatting and parsing functions relative to a given time
by Alex Riesen
· 15 years ago
36e4986
Further 'approxidate' improvements
by Linus Torvalds
· 15 years ago
9029055
Improve on 'approxidate'
by Linus Torvalds
· 15 years ago
f697b33
Work around BSD whose typeof(tv.tv_sec) != time_t
by Bernd Ahlers
· 16 years ago
10edf37
never fallback relative times to absolute
by Jeff King
· 16 years ago
7dff9b3
Support 'raw' date format
by Linus Torvalds
· 16 years ago
9f2b6d2
date/time: do not get confused by fractional seconds
by Linus Torvalds
· 16 years ago
bb5799d
Make my_mktime() public and rename it to tm_to_time_t()
by Johannes Sixt
· 17 years ago
8c6b578
Fix approxidate("never") to always return 0
by Olivier Marin
· 17 years ago
695ed47
timezone_names[]: fixed the tz offset for New Zealand.
by Steven Drake
· 17 years ago
856665f
parse_date_format(): convert a format name to an enum date_mode
by Andy Parkins
· 17 years ago
af66366
Teach approxidate() to understand "never"
by Johannes Schindelin
· 17 years ago
73013af
Make show_rfc2822_date() just another date output format.
by Junio C Hamano
· 18 years ago
ee8f838
Support output ISO 8601 format dates
by Robin Rosenberg
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
a1a5a63
Accept dates before 2000/01/01 when specified as seconds since the epoch
by Johannes Sixt
· 18 years ago
a7b02cc
Add --date={local,relative,default}
by Junio C Hamano
· 18 years ago
f8493ec
show_date(): rename the "relative" parameter to "mode"
by Johannes Schindelin
· 18 years ago
da8f070
show_date(): fix relative dates
by Johannes Schindelin
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
18b633c
Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34
by Linus Torvalds
· 18 years ago
393d340
Fix approxidate() to understand more extended numbers
by Linus Torvalds
· 18 years ago
e92a54d
Clean up approxidate() in preparation for fixes
by Linus Torvalds
· 18 years ago
9a8e35e
Relative timestamps in git log
by Linus Torvalds
· 18 years ago
5df7dbb
n is in fact unused, and is later shadowed.
by Pierre Habouzit
· 18 years ago
7122f82
date.c: improve guess between timezone offset and year.
by Paul Eggert
· 19 years ago
2a38704
Use RFC2822 dates from "git fmt-patch".
by Junio C Hamano
· 19 years ago
38035cf
date parsing: be friendlier to our European friends.
by Junio C Hamano
· 19 years ago
12d81ce
Merge branch 'fix'
by Junio C Hamano
· 19 years ago
fa0cdab
parse_date(): fix parsing 03/10/2006
by Junio C Hamano
· 19 years ago
b4f2a6a
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
by Junio C Hamano
· 19 years ago
b73cebf
Fix nasty approxidate bug
by Linus Torvalds
· 19 years ago
82f9d58
code comments: spell
by Junio C Hamano
· 19 years ago
Next »