mirror of
https://github.com/tstack/lnav
synced 2024-11-19 15:25:34 +00:00
Merge pull request #391 from aspiers/more-time-formats
add two more common time formats
This commit is contained in:
commit
ec7dae5979
@ -39,10 +39,12 @@ TIME_FORMATS = \
|
||||
"@%@" \
|
||||
"%Y-%m-%d %H:%M:%S" \
|
||||
"%Y-%m-%d %H:%M:%S%z" \
|
||||
"%Y-%m-%d %H:%M:%S %z" \
|
||||
"%Y-%m-%d %H:%M" \
|
||||
"%Y-%m-%dT%H:%M:%S.%f%z" \
|
||||
"%y-%m-%dT%H:%M:%S.%f%z" \
|
||||
"%Y-%m-%dT%H:%M:%SZ" \
|
||||
"%Y-%m-%dT%H:%M:%S%z" \
|
||||
"%Y-%m-%dT%H:%M:%S" \
|
||||
"%Y-%m-%dT%H:%M:%S%z" \
|
||||
"%Y/%m/%d %H:%M:%S" \
|
||||
|
Loading…
Reference in New Issue
Block a user