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?

Reply via email to