Closed GoogleCodeExporter closed 9 years ago
The new click wheel has been built into the clock object, and it now obeys
displacements on all clocks. So, if you
pass in set('clock',{hours: 5}), the clock will display the current time plus 5
hours. Additionally, if you pass in
set('clock',{hours: -5}), the clock will display the current time less 5 hours.
This goes for minutes and seconds as
well.
There is no sanity checking on the seconds/minutes/hours displacement, as the
clock works equally well if you
pass in: {secs: 3600} as if you were to pass in {hours: 1}.
Original comment by gars...@gmail.com
on 15 Mar 2008 at 5:46
Original issue reported on code.google.com by
gars...@gmail.com
on 13 Mar 2008 at 2:08