Re: date-time library

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Charlie Holleran <scorpdaddy(dot)ch(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: date-time library
Date: 2014-07-24 04:14:55
Message-ID: CAFj8pRBytO8KN3qUq1P49kx-_Ocun0+wfzkHM4ZT+98x75wfDw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

2014-07-24 3:49 GMT+02:00 Charlie Holleran <scorpdaddy(dot)ch(at)gmail(dot)com>:

> postgres has fantastic date-time parsing. I've tried some Java libraries
> that advertise amazing time parsing. But nothing seems to match postgres's
> time parsing. I started peeking through the source to find a reference to
> a library that postgres might be using for time parsing. no luck. Where
> would one look in the source code for the date-time parsing code or library
> reference?
>
>
the code is in
https://github.com/postgres/postgres/blob/master/src/backend/utils/adt/datetime.c
file

Regards

Pavel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kalai R 2014-07-24 05:51:50 Re: System shutdown signal on Windows (was Re: )
Previous Message Peter Geoghegan 2014-07-24 03:58:25 Re: Stating the significance of Lehman & Yao in the nbtree README