--Apple-Mail-1-1039720223
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=ISO-8859-1;
format=flowed
Le 19 juil. 06 =E0 01:00, Une b=E9vue a =E9crit :
> someone knows a workaround for that
>
the "workaround i've found is :
define :
CENT_MIL=3D100000.to_f
EPOCH_2006=3DTime.local(2006,7,19).to_i.to_f/CENT_MIL
add a method to the class Time :
class Time
def to_fref
self.to_i.to_f/CENT_MIL - EPOCH_2006
end
hoping with floating values the prob vanished...
yaml doesn't complain anymore
--Apple-Mail-1-1039720223--