Command line tool which visualizes time overlap for distributed teams.
- Handles as many time zones as you want
- Allows to specify start and end time
- Supports two modes: Light and Expert
- Lists all possible time zones
- Works well during Daylight Saving Time
Install it yourself as:
$ gem install time_overlap
$ time_overlap help
$ time_overlap light 9 17 London Hanoi Sydney
$ time_overlap expert 9 17 4 London Hanoi Sydney
$ time_overlap list
List of available time zones:
-----------------------------
-12:00: International Date Line West
-11:00: American Samoa
-11:00: Midway Island
-10:00: Hawaii
-09:00: Alaska
-08:00: Pacific Time (US & Canada)
-08:00: Tijuana
-07:00: Arizona
-07:00: Chihuahua
-07:00: Mazatlan
-07:00: Mountain Time (US & Canada)
(...)
- Fork it ( https://github.com/rafaltrojanowski/time_overlap/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
Copyright (c) 2020 RafaΕ Trojanowski. See LICENSE for further details.