•   almost 12 years ago

Time not synced between gear emulator and device

Hi,

Is it possible to sync the gear emulator and host device time?

Thanks.

  • 1 comment

  •   •   almost 12 years ago

    Hello!

    You have to use
    date = tizen.time.getCurrentDateTime();
    instead of
    date = new Date();

    This gives a date that is syncronized with the GMT settings on the host device.

Comments are closed.