From: A Ma Date: 2006-08-01T03:20:13+09:00 Subject: Re: Getting a precise timestamp "Yohanes Santoso" wrote in message news:87odv5hglj.fsf@dessyku.is-a-geek.org... > writes: > >> I am new to Ruby and am trying to get the precise time (down to a >> fraction >> of a second). For example, I did this: > > Time.new > Time.new.usec > > > YS. > It works. Thanks a lot for your help. A Ma