Worked on a side project
Started GitHub project
Wrote a quick command line tool to generate a string for easy copy/pasting that combines a base time in my local time zone with adjusted times for other specified time zones (PST, CST, etc). 

https://github.com/ericapisani/timely-js

With various members of my team located across multiple time zones, this helps me not only list out the times for easier, at-a-glance reading when I paste it into something like Slack, but also helps me double check that the time I'm setting for the meeting doesn't cross into off-work hours or lunch times for anyone.

Some areas where I might expand this further are:
* Automatic copying of the generated string to the clipboard
* Reading from an environment file of the various locations and using a package to get the time offsets (rather than hard coding them as I did for the initial proof of concept)