Consider a default for `warp_distance()` of calling `as.POSIXct()` on the input
DavisVaughan opened this issue · comments
Davis Vaughan commented
If we have a ym
class that doesn't inherit from "Date"
then we'd need to coerce to a date time class to make it work with warp_distance()
Or maybe vec_cast(x, new_datetime())
?