Re: year and weeknumbers (proposal included) - Mailing list pgsql-bugs

From Hans-Jürgen Schönig
Subject Re: year and weeknumbers (proposal included)
Date
Msg-id 3E393372.20700@cybertec.at
Whole thread Raw
In response to year and weeknumbers (proposal included)  (joost@snow.nl)
Responses Re: year and weeknumbers (proposal included)  (Joost Helberg <joost@snow.nl>)
List pgsql-bugs
Hi,

Counting weeks is a very special things because it is not the same in
all countries. As far as I have been told Polish people count weeks not
the way Austrians do it.

On my calendar it says that the first week of the year starts on January
1st. As far as I remember other countries such as Poland start to when
the first full week starts.

Maybe we should verify and document this somewhere.
   Regards,
       Hans


joost@snow.nl wrote:

>hi,
>
>last year (2002) the date december 31st is in week 1 of 2003.
>
>it is not possible to get this out of a date-column using EXTRACT or
>to_char.
>         to_char( '2002-12-31', 'WW' ) returns 1, and
>         to_char( '2002-12-31', 'YYYY' ) returns 2002 (as expected)!
>
>the format for retrieving the year with respect to week-numbering
>could be something like IY, IYY, IYYY, IYYYY.
>
>         to_char( '2002-12-31', 'IYYYY' ) returns 2003.
>
>regards,
>
>Joost Helberg
>
>


--
*Cybertec Geschwinde u Schoenig*
Ludo-Hartmannplatz 1/14, A-1160 Vienna, Austria
Tel: +43/1/913 68 09; +43/664/233 90 75
www.postgresql.at <http://www.postgresql.at>, cluster.postgresql.at
<http://cluster.postgresql.at>, www.cybertec.at
<http://www.cybertec.at>, kernel.cybertec.at <http://kernel.cybertec.at>




pgsql-bugs by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: year and weeknumbers (proposal included)
Next
From: Joost Helberg
Date:
Subject: Re: year and weeknumbers (proposal included)