MozTimeManager.set()
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
JavaScript
Copy Code
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
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/moztimemanager/set