Re: BUG #13845: Incorrect week number

Поиск
Список
Период
Сортировка
От Shulgin, Oleksandr
Тема Re: BUG #13845: Incorrect week number
Дата
Msg-id CACACo5RY7TK4C7hVBKX1-C=BZgmY6D3rnTKMcAhYO=J+CFwNWg@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #13845: Incorrect week number  (kees.westerlaken@valuecare.nl)
Ответы Re: BUG #13845: Incorrect week number  ("Shulgin, Oleksandr" <oleksandr.shulgin@zalando.de>)
Список pgsql-bugs
On Tue, Jan 5, 2016 at 11:59 AM, <kees.westerlaken@valuecare.nl> wrote:

> The following bug has been logged on the website:
>
> Bug reference:      13845
> Logged by:          Kees Westerlaken
> Email address:      kees.westerlaken@valuecare.nl
> PostgreSQL version: 9.2.10
> Operating system:   Linux
> Description:
>
> 2016 is a year where week numbers (US) differ from ISO.
>
> On 1 januari 2016 it works OK.
> select to_char(to_date('20160101', 'YYYYMMDD'), 'YYYYWW')
> produces 201601, while
> select to_char(to_date('20160101', 'YYYYMMDD'), 'YYYYIW')
> produces 201553.
>

It gets worse on HEAD:

postgres=# select to_char(to_date('20160101', 'YYYYMMDD'), 'YYYY:IW');
 to_char
---------
 2016:53
(1 row)

This is something close to 2017 already.

--
Alex

В списке pgsql-bugs по дате отправления:

Предыдущее
От: kees.westerlaken@valuecare.nl
Дата:
Сообщение: BUG #13845: Incorrect week number
Следующее
От: "Shulgin, Oleksandr"
Дата:
Сообщение: Re: BUG #13845: Incorrect week number