Re: [HACKERS] Re: Week number

2001-03-14 Thread Kaare Rasmussen
> traditional notion (at least in the US; I suspect this is true in most > European countries at least) of Sunday being "the first day of week". I believe that in most European countries, Monday is the first day of the week. -- Kaare Rasmussen--Linux, spil,--Tlf:38

Re: [HACKERS] Re: Week number

2001-03-14 Thread Roland Roberts
> "Peter" == Peter Eisentraut <[EMAIL PROTECTED]> writes: Peter> The POSIX numbering (0-6) is actually pretty slick because Peter> it allows both versions to work: In the U.S. (e.g.) you get Peter> a natural order starting at 0, in Germany (e.g.) you get Peter> Monday as #1.

Re: [HACKERS] Re: Week number

2001-03-14 Thread Jim Mercer
On Wed, Mar 14, 2001 at 07:02:41PM +0100, Peter Eisentraut wrote: > Jim Mercer writes: > > most western calendars that i have seen show "Sun Mon Tue Wed Thu Fri Sat". > > Most *English* calendars you have seen, I suppose. In Germany there is no > such possible calendar. If you printed a calenda

Re: [HACKERS] Re: Week number

2001-03-14 Thread Peter Eisentraut
Jim Mercer writes: > most western calendars that i have seen show "Sun Mon Tue Wed Thu Fri Sat". Most *English* calendars you have seen, I suppose. In Germany there is no such possible calendar. If you printed a calendar that way, it would be considered a printo. The same is true in most part

Re: [HACKERS] Re: Week number

2001-03-14 Thread Jim Mercer
On Wed, Mar 14, 2001 at 04:54:54PM +0100, Zeugswetter Andreas SB wrote: > > Unix day-of-week starts on Sunday, not Monday, which is what > > date_trunc('dow',...) returns. Presumably this is modeled on the > > traditional notion (at least in the US; I suspect this is true in most > > European coun