Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

This API is available on Firefox OS for internal applications only.

Summary

The set method is used to change the system time.

Note: To change the timezone of the system, it's required to use the Settings API.

Syntax

navigator.mozTime.set(time);

Parameters

time
The new time to set. It can be either a Date object or a number. If a number is provided, it represents the number of millisconds since midnight UTC January 1, 1970.

Specification

Not part of any specification.

See also

Document Tags and Contributors

 Contributors to this page: chrisdavidmills, fscholz, kscarfone, Prachi_Dighe, justinpotts, Jeremie
 Last updated by: chrisdavidmills,