-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
In base R we can use strptime to parse and extract parts from a datetime by passing a restricted format.
> strptime("2012-05-25 18:45:32", format = "%Y-%m-%d")
[1] "2012-05-25 BST"
> strptime("2012-05-25 18:45:32", format = "%Y-%m-%d %H")
[1] "2012-05-25 18:00:00 BSTReporter: Dragoș Moldovan-Grünfeld / @dragosmg
Watchers: Rok Mihevc / @rok
Related issues:
- [C++] Support parsing of "2020-01" into
2020-01-01(is related to) - [C++] Add error handling option to StrptimeOptions (depends upon)
Note: This issue was originally created as ARROW-15813. Please see the migration documentation for further details.
Reactions are currently unavailable