Vitalie Spinu

Results 368 comments of Vitalie Spinu

Thanks for the report. Something is not right with the PST `tzone` which is actually not a time-zone. Please use a proper time-zone in the future ```R > force_tz(force_tz(t, tzone...

What's the example when it fails? `train = FALSE` should help.

The `ymd` and `dmy` formats are not specific enough. `y` matches `YY` and `YYYY` and for unclear reason `ymd` is not given higher priority in your example. I will have...

This is surely a Windows only issue. Probably some regex bug indeed. @dominicroye could you please provide the output of the following (with local replaced by your French and Spanish...

Ok, so on Windows all the abbreviations come with dots at the end. Let me see what I can do.

Should have been fixed. Would really appreciate if you guys could try the dev version and let me know if it works correctly now.

Try installing with devtools::install_github. Your package is not installed correctly for whatever reason. Rcpp is no longer needed.

You can use `parse_date_time2` with `cutoff_2000=0`. ```R > parse_date_time2("27-01-44", "dmy", cutoff_2000 = 0) [1] "1944-01-27 UTC" ``` Unfortunately similar argument cannot be incorporated in other functions because in some cases...

In principle, strptime is needed only for parsing non-numeric months and week days in non english locales, so indeed, a half baked solution to this might be reasonable as it...

It's a bug. Please use `timechange` package for now: ```R x