0.0.13 • Published 6 months ago

system-time v0.0.13

Weekly downloads
3
License
WTFPL
Repository
github
Last release
6 months 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

6 months ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago