Errata for SRFI 19: Time Data Types and Procedures Arthur A. Gleckler 11 Jun 2019 22:16 UTC

I've just published fixes for errata for SRFI 19.  They have been
approved by the author, Will Fitzgerald, so I have incorporated
them into the public document and added a note to the Status
section.

The fixes were contributed by Brett Milford.  Here's Brett's
description of the changes:

  This fixes some definitions in Table 2 to be in line with
  strftime(), and the implementation as discussed in the mailing
  list.

Note that this fix introduces incompatible changes to the API.
Since the changes clearly match the original intent of the SRFI
(as evidenced, for example, by the sample implementation and by
strftime), we're making them despite their being incompatible.
I've added footnotes explaining this on the affected lines.

Here's the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-19/compare/9a81ca80c5f19c0f246a5537a4fedbcfdf56cd10..6ddd04846e388c03e8420e940336f5f22a7dfc66>

Thanks to Brett and to Will.

Regards,

SRFI Editor