Merge pull request #482 from salvadom/master

Added used time formats
pull/487/head
Tim Stack 7 years ago committed by GitHub
commit 095bcbd419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,6 +66,9 @@ TIME_FORMATS = \
"%d/%b/%Y:%H:%M:%S %z" \
"%d-%b-%Y %H:%M:%S %z" \
"%d-%b-%Y %H:%M:%S %Z" \
"%d %b %Y %H:%M:%S" \
"%d %b %Y %H:%M:%S.%L" \
"%d %b %Y %H:%M:%S,%L" \
"%b %d %H:%M:%S" \
"%b %d %k:%M:%S" \
"%b %d %l:%M:%S" \

Loading…
Cancel
Save