Summary

seconds->date TIMEZONE-INFO argument defaults to #t

Metadata

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.