Sequel dates come in two flavours
Mike GriffinWhen you have a datetime
field in your database, by default it returns it as
a Time
object. If you’re using a Ruby version less than 1.9.2, Time has a
limited range from 1901 to 2038. If your dates fall outside this range, you
will need to set
before you call
or equivalent.
The error that I was getting was