any way to download this?
dinkypumpkin
dinkypumpkin at gmail.com
Thu Mar 24 14:33:28 EDT 2011
On 24 Mar 2011, at 17:38, Jon Davies wrote:
> On 24 March 2011 16:57, Nick Ludlam <nick at recoil.org> wrote:
>> Dinky, is there a more long term fix you can think of for this? I'm sure this isn't the only time that dates will rear their heads, and it would be great to have a solution for the issue.
>
> On what types of system do the dates fail? I can't reproduce a date
> problem with perl 5.10.1 on ubuntu 10.04 or windows xp.
I think it depends on both Perl version and 64/32-bit build settings.
With these combinations:
OSX 10.6.7 (64-bit) Perl 5.10.0 (64-bit)
Ubuntu 10.10 (32-bit) Perl 5.10.1 (32-bit)
WinXP (32-bit) Perl 5.10.0 (32-bit, from get_iplayer installer)
I run this command (with my hack to support Clip resources):
./get_iplayer --force --overwrite --type tv --pid p00fq0p3 --modes flashhigh --verbose --debug
and the script dies with this message:
DEBUG: 2041-03-17T23:59:00Z = 2041, 03, 17, 23, 59, 00, 0, 0
Day too big - 24912 > 24853
Cannot handle date (00, 59, 23, 17, 2, 2038) at ./get_iplayer line 4824
Line 4824 is a call to timegm()
More information about the get_iplayer
mailing list