Summary
seconds->date TIMEZONE-INFO argument defaults to #t
Metadata
- Id: 82db359c7ada1462307157906f1fb4584a957a8d
- Trac id: 973
- Type: defect
- Reporter: andyjpb
- Owner: kon
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.8.x
- Changetime: 2013-01-25 17:40:39 UTC
- Created: 2013-01-25 16:09:43 UTC
- Keywords: srfi-19
Description
The docs ( http://api.call-cc.org/doc/srfi-19/seconds-%3Edate ) say that TIMEZONE-INFO should default to #f and thus interpret SECONDS in UTC. However, it appears that the local timezone is used by default.
Explicitly passing #f causes the procedure to work as expected.
Changes and comments
[2013-01-25 17:40:39 UTC] kon changed status from new to closed
[2013-01-25 17:40:39 UTC] kon set resolution to fixed
[2013-01-25 17:40:39 UTC] kon wrote:
The documentation was wrong. TZI #t is the default for all procedures that take TZI.