Skip to content

Commit

Permalink
Undo previous debug change
Browse files Browse the repository at this point in the history
* Undo previous debug change
  • Loading branch information
Mark Bonsack committed Mar 8, 2020
1 parent 6199531 commit df36240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/etc/conf.d/filters/cisco/ucm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ parser p_cisco_ucm_date {
if {
parser {
date-parser(format(
'%b %d %H:%M:%S.%f'
# '%b %d %Y %I:%M:%S %p.%f'
'%b %d %H:%M:%S.%f',
'%b %d %Y %I:%M:%S %p.%f'
)
template("$3")
flags(guess-timezone)
Expand Down

0 comments on commit df36240

Please sign in to comment.