Re: [Help-smalltalk] DateTime>>#asLocal is broken

2011-05-19 Thread Paolo Bonzini
On 05/19/2011 05:10 PM, Holger Hans Peter Freyther wrote: DateTime now/asLocal is broken right now on a 32 bit system. The Time timezonBias: is fed with 3483216000, which does not fit...is_c_int_64(). It is is_c_int_64 that is broken. I cut-and-pasted is_c_int_32 but of course a 64-bit intege

[Help-smalltalk] DateTime>>#asLocal is broken

2011-05-19 Thread Holger Hans Peter Freyther
Hi Paolo, DateTime now/asLocal is broken right now on a 32 bit system. The Time timezonBias: is fed with 3483216000, which does not fit...is_c_int_64(). Could you explain the intention of the timezoneBias? holger ___ help-smalltalk mailing list help-s