[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: skipHours fully implemented in Radio
- To: syndication@yahoogroups.com
- Subject: Re: skipHours fully implemented in Radio
- From: "Dave Winer" <dave@userland.com>
- Date: Sun, 10 Nov 2002 23:32:19 -0000
- In-reply-to: <001901c2890a$f9c8a630$0f392d0c@NOYDB>
- User-agent: eGroups-EW/0.82
Okay, I checked it out, and all three of my specs say it's a number
between 1 and 24, even though the software I just implemented deals
in numbers between 0 and 23.
The first hour, whether you call it 0 or 1 is the hour between
midnight and 1AM. What other interpretation could possibly make sense?
Anyway, I am inclined to resolve this in favor of the Netscape spec,
since zero-based languages eventually became more popular than 1-
based languages.
Now of course breakage is the big issue. Is anyone on this list using
skipHours? If we decided that it was zero-based, would this break
your application?
Dave