Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.145.15.34
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
date-now /
Delete
Unzip
Name
Size
Permission
Date
Action
test
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.npmignore
135
B
-rw-r--r--
2013-01-23 00:55
.testem.json
304
B
-rw-r--r--
2013-01-23 00:55
.travis.yml
43
B
-rw-r--r--
2013-01-23 00:55
LICENCE
1.03
KB
-rw-r--r--
2013-01-23 00:55
README.md
824
B
-rw-r--r--
2013-02-09 03:02
index.js
73
B
-rw-r--r--
2013-01-27 05:43
package.json
1.98
KB
-rw-r--r--
2021-02-04 21:24
seed.js
271
B
-rw-r--r--
2013-02-09 03:00
Save
Rename
# date-now [![build status][1]][2] [![browser support][3]][4] A requirable version of Date.now() Use-case is to be able to mock out Date.now() using require interception. ## Example ```js var now = require("date-now") var ts = now() var ts2 = Date.now() assert.equal(ts, ts2) ``` ## example of seed ``` var now = require("date-now/seed")(timeStampFromServer) // ts is in "sync" with the seed value from the server // useful if your users have their local time being a few minutes // out of your server time. var ts = now() ``` ## Installation `npm install date-now` ## Contributors - Raynos ## MIT Licenced [1]: https://secure.travis-ci.org/Colingo/date-now.png [2]: http://travis-ci.org/Colingo/date-now [3]: http://ci.testling.com/Colingo/date-now.png [4]: http://ci.testling.com/Colingo/date-now