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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
% perl -E 'use Time::Moment; Time::Moment->now->with_hour(24)' Parameter 'hour' is out of the range [1, 23] at -e line 1.
[0,23] ?
There is no problem in use.
The text was updated successfully, but these errors were encountered:
I’m not sure I like the idea of accepting 24 as a valid hour, that would cause the date to roll forward by one day.
Sorry, something went wrong.
No branches or pull requests
% perl -E 'use Time::Moment; Time::Moment->now->with_hour(24)'
Parameter 'hour' is out of the range [1, 23] at -e line 1.
[0,23] ?
There is no problem in use.
The text was updated successfully, but these errors were encountered: