unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#21903: date->string duff ISO 8601 negative years
@ 2015-11-13 14:01 Zefram
  2017-04-20  0:09 ` Zefram
  2018-10-20 22:33 ` Mark H Weaver
  0 siblings, 2 replies; 5+ messages in thread
From: Zefram @ 2015-11-13 14:01 UTC (permalink / raw)
  To: 21903

The date->string function from (srfi srfi-19), used on ISO 8601 formats
"~1", "~4" and "~5", for years preceding AD 1, has an off-by-one error:

scheme@(guile-user)> (use-modules (srfi srfi-19))
scheme@(guile-user)> (date->string (julian-day->date 0 0) "~4")
$1 = "-4714-11-24T12:00:00Z"

The date in question, the JD epoch, is 24 November 4714 BC (in the
proleptic Gregorian calendar).  In ISO 8601 format, that year is properly
represented as "-4713", not "-4714", because ISO 8601 uses the AD era
exclusively.  4714 BC = AD -4713.

-zefram





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-21  4:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-13 14:01 bug#21903: date->string duff ISO 8601 negative years Zefram
2017-04-20  0:09 ` Zefram
2018-10-20 22:33 ` Mark H Weaver
2018-10-21  0:40   ` Mark H Weaver
2018-10-21  4:01     ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).