Transform timezone offset to timezone
Examples
tzoffset_to_tz(c("+00:00", "-05:00", "+01:00"))
#> [1] "Etc/GMT0" "Etc/GMT-5" "Etc/GMT+1"
Transform timezone offset to timezone
tzoffset_to_tz(c("+00:00", "-05:00", "+01:00"))
#> [1] "Etc/GMT0" "Etc/GMT-5" "Etc/GMT+1"