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.