Strip Hour Shift from Character Time Vector
Examples
strip_hour_shift(c("2019-01-01 12:00+03:00", "2019-01-01 12:00-04:00"))
#> [1] "2019-01-01 12:00" "2019-01-01 12:00"
Strip Hour Shift from Character Time Vector
strip_hour_shift(c("2019-01-01 12:00+03:00", "2019-01-01 12:00-04:00"))
#> [1] "2019-01-01 12:00" "2019-01-01 12:00"