AI Agent Hub
Back to plugins
🧰

dsh-timezone-diff

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-timezone-diff

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-timezone-diff in your DeepSeek Harness terminal to install the plugin; its source is available at https://github.com/uckkk/dsh-timezone-diff .

About this plugin

Coordinating across time zones means wrestling with DST transitions, half-hour offsets, and that extra zone in the chain—one miscalculation can throw off a release window, an on-call roster, or a client meeting. dsh-timezone-diff registers a timezone_diff tool in your session: pass in the zones you care about and get back a precise offset broken down into hours, direction, and useful detail, so you stop doing mental math or hopping between browser tabs.

The entire implementation is pure Node.js with zero network calls. It runs fast, works fully offline, and is immune to rate limits or API outages—qualities that matter when the tool lives inside an automated pipeline or a low-connectivity environment.

It is a good fit for developers, SREs, remote-team coordinators, and anyone who repeatedly needs to answer questions like "What time is it in Tokyo when it is 9 am in New York" without leaving the conversation window. One call, one clear answer, no calendar app required.

Use Cases

  • Compute the offset between two zones during cross-region collaboration instantly
  • Align schedules and release windows across multiple time zones with precision
  • Retrieve timezone offsets in automated scripts with zero network dependency

Best For

  • Developers and SREs handling cross-timezone scheduling on a regular basis
  • Remote-team coordinators and project managers
  • Engineers embedding timezone logic into automation pipelines