--Apple-Mail-1-1039720223
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charsetO-8859-1;
	formatðïwed


Le 19 juil. 06 01:00, Une bñ×ue a ñÄrit :

> someone knows a workaround for that
>
the "workaround i've found is :

define :

CENT_MIL=100000.to_f
EPOCH_2006=Time.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--