-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
Explicit API for local strptime #44
Comments
Would |
|
Certainly noted. I've found the same issue annoying as well. |
Just to add my $0.02... I just ran in to this |
Currently, to interpret a date string as localtime in strptime, you can get it to set islocal by calling it from an already local Time::Piece object:
It would be better if there was an explicit (and tested) way to do this, such as a third argument to strptime.
The text was updated successfully, but these errors were encountered: