tidyverse / lubridate

Make working with dates in R just that little bit easier
https://lubridate.tidyverse.org
GNU General Public License v3.0
728 stars 207 forks source link

feat: Generic 'force_tz()' #1083

Closed trevorld closed 1 year ago

trevorld commented 1 year ago
vspinu commented 1 year ago

Can you add with_tz as well then?

trevorld commented 1 year ago

Can you add with_tz as well then?

Okay, I've added a generic S3 method with_tz() as well. The previous with_tz() is now the default method with_tz.default().

vspinu commented 1 year ago

Thanks!