Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diit/overtime-cli

Easy time-overlap tables for remote teams.
https://github.com/diit/overtime-cli

Last synced: about 1 month ago
JSON representation

Easy time-overlap tables for remote teams.

Awesome Lists containing this project

README

        




OverTime


OverTime


Easy time-overlap tables for remote teams.

### Install
`npm install -g overtime-cli`

### Use
```
overtime show America/Toronto Asia/Bangkok ...
```
Available IANA zones can be found on Wikipedia : [List of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).

Otherwise you can use `utc` shortcut.
Ex:
```
overtime show America/Toronto Asia/Bangkok
```
can also be
```
overtime show utc-5 utc+7
```

Finally, if you'd like to alias the headers you can optionally use `@` on any of the zones/offsets:

```
overtime show utc-8@vancity America/Halifax@halifornia Asia/Tokyo
```

Made with ☕ in 🇨🇦