Open sckott opened 5 years ago
gabor suggested calling as.POSIXlt
on the result https://github.com/gaborcsardi/parsedate/issues/25
as.POSIXlt(parsedate::parse_date("January 4, 1981 15:00:00"), tz="UTC")
#> [1] "1981-01-04 15:00:00 UTC"
seems to do the job. will investigate further.
also do performance comparisons