Comment 2 for bug 1191291

Revision history for this message
Riccardo Padovani (rpadovani) wrote :

@nik90: yes, the clock app uses Date(), but there are some lines of code like now.setMinutes(now.getMinutes() + diff), where diff is new Date().getTimezoneOffset().

This is useful for other timezone, but it has been included also for local clock. I'm patching it.