Opened 11 years ago

Closed 11 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.

Change History (1)

comment:1 Changed 11 years ago by Kon Lovett

Resolution: fixed
Status: newclosed

The documentation was wrong. TZI #t is the default for all procedures that take TZI.

Note: See TracTickets for help on using tickets.