Skip to content

maxrimue/tizo-cli

Repository files navigation

tizo-cli Build Status Greenkeeper badge

tizo module for the cli

Install

$ npm install tizo-cli

Usage

$ tizo --format="utc" 12 am pdt
19:00

$ tizo --help

  tizo module for the cli

  Usage
    $ tizo [input]

  Options
    --format, -f  'local', 'utc', 'original' [Default: 'local']

  Examples
    $ tizo 12pm
    24:00
    $ tizo --format=utc 12:21 cest
    10:21 UTC

Related

  • tizo - Library of this module

License

MIT © maxrimue