Skip to content
Prev 470 / 1559 Next

RMySQL still treats timestamp as character?

Hi Alexy,

Dates in MySQL (and other databases) may span outside the range of
currently supported
POSIX implementations (ie., under 32-bits), thus the character
representation is known
to work regardless of the dates themselves, e.g., before the Unix epoch.

Regards,

--
David,
On Sat, Aug 30, 2008 at 1:09 AM, Alexy Khrabrov <deliverable at gmail.com> wrote: