Opened 12 years ago
Closed 12 years ago
#973 closed defect (fixed)
seconds->date TIMEZONE-INFO argument defaults to #t
Reported by: | andyjpb | Owned by: | Kon Lovett |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | srfi-19 | Cc: | |
Estimated difficulty: |
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.
Note: See
TracTickets for help on using
tickets.
The documentation was wrong. TZI #t is the default for all procedures that take TZI.