OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalize_date
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/Paste/tests/test_util/
test_datetimeutil.py
61
assert('' ==
normalize_date
(None))
63
assert('2001-02-03' ==
normalize_date
("20010203"))
64
assert('1999-04-11' ==
normalize_date
("1999 4 11"))
65
assert('1999-04-11' ==
normalize_date
("1999 APR 11"))
66
assert('1999-04-11' ==
normalize_date
("APR 11 1999"))
67
assert('1999-04-11' ==
normalize_date
("11 APR 1999"))
68
assert('1999-04-11' ==
normalize_date
("4 11 1999"))
69
assert('1999-04-01' ==
normalize_date
("1999 APR"))
70
assert('1999-04-01' ==
normalize_date
("1999 4"))
71
assert('1999-04-01' ==
normalize_date
("4 1999")
[
all
...]
/external/chromium-trace/catapult/third_party/Paste/paste/util/
datetimeutil.py
17
``parse_date`` and ``
normalize_date
``
61
'parse_date', '
normalize_date
']
352
def
normalize_date
(val, iso8601=True):
function
Completed in 232 milliseconds