Discussion:
ibruby: ib_lib C extension time_t used?
(too old to reply)
Brian Moelk
2008-03-13 23:21:43 UTC
Permalink
Not sure if this is the best place to ask since it's a Ruby specific
Interbase question, but I'm running into an issue with dealing with date
values that are beyond the range of time_t.

This is a very limited date range (1970-2038) and one I'd like to get
resolved. I'm going to review the C code to see how to fix this issue;
any guidance? Is this a known issue? One that is on the todo list?
--
Brian Moelk
Brain Endeavor LLC
***@NObrainSPAMendeavorFOR.MEcom
Quinn Wildman (CodeGear Developer Support)
2008-03-13 22:30:38 UTC
Permalink
This appears to really be a ruby issue. InterBase has no issues with
time in this range. I recommend posting in some ruby forum.
Post by Brian Moelk
Not sure if this is the best place to ask since it's a Ruby specific
Interbase question, but I'm running into an issue with dealing with date
values that are beyond the range of time_t.
This is a very limited date range (1970-2038) and one I'd like to get
resolved. I'm going to review the C code to see how to fix this issue;
any guidance? Is this a known issue? One that is on the todo list?
Brian Moelk
2008-03-14 15:52:38 UTC
Permalink
Post by Quinn Wildman (CodeGear Developer Support)
This appears to really be a ruby issue. InterBase has no issues with
time in this range. I recommend posting in some ruby forum.
Will do.
--
Brian Moelk
Brain Endeavor LLC
***@NObrainSPAMendeavorFOR.MEcom
Loading...