bug#74841: [PATCH v2] srfi-19: Fix ~V converter in date->string.
Ludovic Courtès <[email protected]> Fri, 28 Feb 2025 21:43:02 +0100
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <[email protected]> |
Tomas Volf <[email protected]> skribis: > The ~V is supposed to print ISO week number, not a week number. This > commit fixes that. > > * module/srfi/srfi-19.scm (date-week-number-iso): New procedure taken > from the reference implementation. > (directives)<#\V>: Use it. > * test-suite/tests/srfi-19.test ("date->string ~V"): Add tests taken > from the reference test suite. > * doc/ref/srfi-modules.texi (SRFI-19 Date to string): Mention ISO-8601 > in description for ~V. Applied, thanks!