Comment 1 for bug 1328600

Revision history for this message
Nicholas Skaggs (nskaggs) wrote : Re: test_new_event autopilot test fails on device (r315)

Autopilot needs to allow support for larger timestamps. The error above is a 32bit / c limitation that could be removed by using other datetime functions that support large timestamps (beyond 2038). I got it working by tweaking autopilot to use timedelta instead of fromtimestamp for instance . . .