utc2locale

0.0.5 • Public • Published

utc2locale

NPM version

Streaming approach from Date#toUTCString() to Date#toLocaleString().

Install

$ npm install -g utc2locale

Usage

Run derectly

$ tail -f /path/to/your/log | utc2locale

or

$ utc2locale </path/to/your/log

Use with nodejs

var Transformer = require('utc2locale');
fileStream.pipe(new Transformer).pipe(process.stdout);

Readme

Keywords

none

Package Sidebar

Install

npm i utc2locale

Weekly Downloads

6

Version

0.0.5

License

ISC

Last publish

Collaborators

  • crzidea