https://github.com/jbenner-radham/node-zulu-time-cli
A CLI utility for generating Zulu time timestamps.
https://github.com/jbenner-radham/node-zulu-time-cli
Last synced: 7 months ago
JSON representation
A CLI utility for generating Zulu time timestamps.
- Host: GitHub
- URL: https://github.com/jbenner-radham/node-zulu-time-cli
- Owner: jbenner-radham
- License: mit
- Created: 2017-08-14T00:50:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T01:04:15.000Z (about 8 years ago)
- Last Synced: 2025-02-25T19:29:57.337Z (8 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
zulu-time-cli
=============
A CLI utility for generating Zulu time timestamps.Install
-------
```sh
$ npm install --save zulu-time-cli
```Usage
-----
```sh
$ zulu-time # > 2017-08-14T00:17:18Z
```See Also
--------
- [Zulu Time - Wikipedia](https://en.wikipedia.org/wiki/Zulu_time)License
-------
The MIT License (Expat). See the [license file](LICENSE) for details.