Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update old test for currently-accepted ancient TZ behavior.
The logic here ends up using a local mean time (LMT) calculation to determine what the timezone offset would be in pre-timezone eras. In this case, America/Chicago at year 0 gets an offset of -05:50:36 rather than the -06:00 you would expect with simple timezone calculation. Since we trust Joda, we go with the LMT result here rather than forcing logic to match MRI's results.
- Loading branch information