zulu-time
Version:
An ISO 8601 extended & IETF compliant UTC Zulu notation (Z) timestamp generator.
32 lines (25 loc) • 473 B
Markdown
zulu-time
=========
An ISO 8601 extended & IETF compliant UTC Zulu notation _(Z)_ timestamp generator.
Install
-------
```sh
$ npm install --save zulu-time
```
Usage
-----
```js
const zuluTime = require('zulu-time');
zuluTime(); // > 2017-08-14T00:17:18Z
```
Testing
-------
```sh
$ npm test
```
See Also
--------
- [Zulu Time - Wikipedia](https://en.wikipedia.org/wiki/Zulu_time)
License
-------
The MIT License (Expat). See the [license file](LICENSE) for details.