You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Supports few standard formats with which auto detection is done when parsing logs.
60
59
- Supports specifying custom format for parsing in case it is a non-standard format. See [here](https://docs.rs/chrono/0.4.6/chrono/format/strftime/index.html#specifiers) for formats.
61
60
@@ -90,7 +89,7 @@ $ cargo test
90
89
91
90
*[x] Support all standard datetime formats.
92
91
*[x] Allow custom datetime format.
93
-
*[] Add option to read from file.
92
+
*[x] Add option to read from file.
94
93
*[ ] Allow specifying source timezone (currently supports only UTC).
0 commit comments