Subject: Re: Out of range on Dates beyond 2038/01/19
From: Pea, Botp <botp delmonte-phil.com>
Date: Fri, 12 Dec 2008 19:42:13 +0900
References: 322455322497322499322545
In-reply-to: 322545
From: Fernando Guillen [mailto:fguillen.mail / gmail.com]
# So the solution is to upgrade hardware to 64bits :)
you can use date. virtually no limit.
> require "date"
=> true
> DateTime.new(2038, 1, 20).to_s
=> "2038-01-20T00:00:00+00:00"