https://github.com/maxrimue/tizo-cli
convert any timezone in the terminal
https://github.com/maxrimue/tizo-cli
cli converter timezones
Last synced: 6 months ago
JSON representation
convert any timezone in the terminal
- Host: GitHub
- URL: https://github.com/maxrimue/tizo-cli
- Owner: maxrimue
- License: mit
- Created: 2018-04-26T15:18:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T17:57:18.000Z (almost 6 years ago)
- Last Synced: 2025-03-12T09:22:24.262Z (7 months ago)
- Topics: cli, converter, timezones
- Language: TypeScript
- Size: 53.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# tizo-cli [](https://travis-ci.com/maxrimue/tizo-cli) [](https://greenkeeper.io/)
> tizo module for the cli
## Install
```
$ npm install tizo-cli
```## Usage
```sh
$ 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](https://github.com/maxrimue/tizo) - Library of this module
## License
MIT © [maxrimue](https://github.com/maxrimue)