Re: Leap Years

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Leap Years
Date: 2010-02-25 18:18:26
Message-ID: 20100225181826.GA9044@tux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Rob Richardson <Rob(dot)Richardson(at)rad-con(dot)com> wrote:

> If you are worried about your application still being in use 90 years
> from now, you have to take into account the fact that 2100 will not be a
> leap year.

Right:

test=*# select rleapyear(2100);
rleapyear
-----------
f
(1 Zeile)

Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknown)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andrej 2010-02-25 20:35:59 Re: Importing lines of variable length from ASCII
Previous Message Rob Richardson 2010-02-25 17:48:22 Re: Leap Years