From: Carlos Diaz Date: 2006-03-01T01:11:49+09:00 Subject: OCI8 driver date "out of range" Hi all, I am building an applications that access an existing database that has dates in the future...as far ahead as 2106. However, when I try to access the data in those columns (I'm using the OCI8 driver), I get the following error: RangeError in Tools#search out of range of Time (expect between 1970-01-01 00:00:00 UTC and 2037-12-31 23:59:59, but 2106-02-22 15:17:54 EST) Anyone familiar with this? How can I resolve?