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
undefined method `to_local' for #<TZInfo::DataTimezone: America/New_York> #84
Comments
It sounds like you're probably running the latest gem release, but reading the code and README file on the master branch. The master branch contains changes that have not yet been released. One of these changes was the addition of a The code and README for the latest gem release can be found in git tagged as v1.2.5. The documentation for this release is available on RubyDoc.info. |
Problem with that is that the documentation on RubyDoc.info is incomplete. It contains no listing for the TZInfo::DataTimezone class. |
The issue with The |
Good to know. Thank you. |
Is there a new release planned? |
Yes, there will be a 2.0.0 release from master sometime soon. |
Despite your code showing a to_local method, and your README showing how to use it, it seems impossible to call this method on a TimeZone object.
The text was updated successfully, but these errors were encountered: