On Thu, May 30, 2013 at 11:54:30AM -0400, Will Coleda wrote:
> I was trying to imply that it was an overflow error.

Okay.  I suspect the overflow is not because of the Int, but because
of the use of sprintf() in the date/time formatting routines, which
doesn't handle large integers properly.  See also RT #118253.

Switching the formatter to (temporarily?) use %s instead of %d might 
resolve the problem, as stringification of large ints works fine.

Pm

Reply via email to