Skip to content

Commit

Permalink
datetime transform %b %B to %m
Browse files Browse the repository at this point in the history
Datetime Format Patterns can match months as `%b` or `%B`. These
are transformed to form `%m` within `captures_to_buffer_bytes`.
This reduces the number of `DTPD!` entries.
  • Loading branch information
jtmoon79 committed Jul 21, 2022
1 parent adf4007 commit 22980ab
Show file tree
Hide file tree
Showing 7 changed files with 392 additions and 142 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ backtrace = "0.3.65"
chrono = "0.4.19"
clap = { version = "3.2.5", features = ["derive"] }
const_format = "0.2.25"
const-str = "0.4.3"
crossbeam-channel = "0.5.5"
debug_print = "1.0.0"
encoding_rs = "0.8.31"
Expand Down
Loading

0 comments on commit 22980ab

Please sign in to comment.