Détail du package

zulu-time

jbenner-radham18MIT0.1.0

An ISO 8601 extended & IETF compliant UTC Zulu notation (Z) timestamp generator.

date, date-time, timestamp, zulu

readme

zulu-time

An ISO 8601 extended & IETF compliant UTC Zulu notation (Z) timestamp generator.

Install

$ npm install --save zulu-time

Usage

const zuluTime = require('zulu-time');

zuluTime(); // > 2017-08-14T00:17:18Z

Testing

$ npm test

See Also

License

The MIT License (Expat). See the license file for details.

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.1.0 - 2017-08-13

Added

  • Initial release.