On Mon, Jan 7, 2013 at 5:47 PM, Ryan Kelly <rpkelly22@gmail.com> wrote:
> Alright, now I'm thoroughly confused. What magic makes this true:
"""
Internally interval values are stored as months, days, and seconds.
This is done because the number of days in a month varies, and a day
can have 23 or 25 hours if a daylight savings time adjustment is
involved.
"""
http://www.postgresql.org/docs/9.1/static/datatype-datetime.html
-- Daniele