unix-time : Convert a date to a unix timestamp. You can installing unix-time npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install unix-time $ sudo npm install -g unix-time
If want to update the unix-time package execute the command as below,
$ sudo npm update unix-time
Update package globally,
$ npm install -g unix-time
$ sudo git clone https://github.com/rektide/unix-time.git
$ sudo npm install -g ./unix-time
unix-time@1.0.1 /usr/lib/node_modules/unix-time
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall unix-time
| Package Name | unix-time |
| Version | 1.0.1 |
| Description | Convert a date to a unix timestamp |
| Released Date | 2013-07-16T23:29:28.972Z |
| Published by | segmentio |
| How to Learn | https://www.npmjs.com/package/unix-time/tutorial |