Interpreting The Results
Turns out, there is no 'tz' argument to new()!
- And it didn't warn us about bad arguments
The real argument is 'offset'
- So the synopsis is wrong.
- This is a real bug I found while writing this
Damn those tests.
Prev | toc | Next