Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbenner-radham/node-zulu-time
An ISO 8601 extended & IETF compliant UTC Zulu notation (Z) timestamp generator.
https://github.com/jbenner-radham/node-zulu-time
date date-time time timestamp zulu zulu-time
Last synced: about 1 month ago
JSON representation
An ISO 8601 extended & IETF compliant UTC Zulu notation (Z) timestamp generator.
- Host: GitHub
- URL: https://github.com/jbenner-radham/node-zulu-time
- Owner: jbenner-radham
- License: mit
- Created: 2017-08-13T22:40:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T00:44:59.000Z (over 7 years ago)
- Last Synced: 2024-11-10T09:49:30.849Z (about 1 month ago)
- Topics: date, date-time, time, timestamp, zulu, zulu-time
- Language: JavaScript
- Size: 7.81 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
=========
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.