0.0.13 • Published 2 years ago

system-time v0.0.13

Weekly downloads
3
License
WTFPL
Repository
github
Last release
2 years ago

Set System Time

Only implemented for windows for now...

const systemTime = require('system-time')

try {
  // Set time 1 hour back
  systemTime.set(new Date(Date.now() - 1000 * 60 * 60))
} catch (err) {
  // Failed
  console.log(err)
}
0.0.13

2 years ago

0.0.12

5 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago