Convert MLB.TV game times to other time zones
Converts MLB.TV times from US Eastern to other time zones
https://github.com/no-space/mlbtv-timezone-converter
Converts to your local computer time zone by default, but can be overwritten to any other time zone you like by replacing the variable at the top of the script with the relevant TZ database name (see link below.) Script runs when you click your mouse on the MLB.TV Live Stream Schedule/Media Center page.
As far as I can figure it should automatically account for daylight savings time, but I've never messed with Date/Time functions in JS before, so YMMV.
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Tested with Tampermonkey in Chrome, Firefox, and Edge Chromium