system-clock

1.0.1 • Public • Published

System Clock

Set system clock time and date in os Windows. System time sets in utc. By default, you can change the time only as administrator, so configuration via gpedit.msc is required.

Usage

  const systemClock = require('system-clock');
  // setDateAndTime(day, month, year, hour, minute, sec)
  const isSucc = systemClock.setDateAndTime(12, 5, 2020, 17, 0, 0);

Readme

Keywords

none

Package Sidebar

Install

npm i system-clock

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

4.03 kB

Total Files

7

Last publish

Collaborators

  • sid-max1996