Hey good idea !
much faster than SlimTimer on the web...
I've got an issue with the timestamps though... When i am creating an
entry with slimtimercli it saves it with an offset of -7 hours in
slimtimer.com.
It seems to be because of my Real time clock is set to UTC (linux),
but with a timezone offset of +7. I tried changing the timezone in
Slimtimer.com, but the result is the same.
I think you are reading the time correctly, but somehow when the
TimeEntry is sent to
slimtimer.com, the time zone is lost. Probably
when the object is serialised to XML (?).
Printing the time in IRB on my machine gives :
<code>
irb(main):027:0> Time.now
=> Fri Jul 18 09:48:52 +0700 2008
irb(main):028:0> Time.now.utc
=> Fri Jul 18 02:51:17 UTC 2008
</code>
Cheers,
David