Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing catch of UnboundLocalError exception
The previous commit added an exception catch for UnboundLocalError because regression testing revealed a failure in handling the Asia/Jerusalem timezone. This timezone uses the version 3 data format. A new issue #672 was opened to ask for support for version 3. Since that issue has now been fixed, we no longer need to catch UnboundLocalError. Refs: #654
- Loading branch information