Hi!
I am about to write a conversion tool from the datebook of my PDA
(Zaurus). I was relieved to notice, that Ruby is using the same
internal time as my PDA (seconds from 1970).
But I could not find out, how I can initiate a Time-object using the
integer number I get from the datebook?
e.g. I want to make Time.new(123456789)
hints?
···
–
Karl Voit