Skip to content

Commit

Permalink
Fixes #26
Browse files Browse the repository at this point in the history
  • Loading branch information
JBGruber committed Jan 5, 2022
1 parent afab2ae commit a5f2597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rwhatsapp.R
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ rwa_parse_time <- function(time, format, tz) {

time <- stri_replace_all_fixed(
time,
c("a.m.", "p.m."),
c("a.m.", "p.m.", "a. m.", "p. m."),
c("AM", "PM"),
vectorize_all = FALSE
)
Expand Down

0 comments on commit a5f2597

Please sign in to comment.