0.0.5 • Published 9 years ago

utc2locale v0.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

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);
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago