We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For some inputs, pretty_dates fails:
library(lubridate) datetimes <- structure(c(1391640346, 1393856900), class = c("POSIXct", "POSIXt"), tzone = "GMT") pretty_dates(datetimes, 10)
This seems to be a separate issue from #227.
Here's a Stackexchange question with a good analysis of why this happens: http://stackoverflow.com/questions/24665770/r-lubridate-pretty-dates-fails-for-some-input-data
The text was updated successfully, but these errors were encountered:
7eb54a0
No branches or pull requests
For some inputs, pretty_dates fails:
This seems to be a separate issue from #227.
Here's a Stackexchange question with a good analysis of why this happens:
http://stackoverflow.com/questions/24665770/r-lubridate-pretty-dates-fails-for-some-input-data
The text was updated successfully, but these errors were encountered: