AI Agent Hub
Back to plugins
🧰

dsh-timezone

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-timezone

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

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

About this plugin

Coordinate meetings across timezones, format logs in UTC, localize timestamps for users on the other side of the map—timezone lookups pop up all the time in a developer session. dsh-timezone tucks this capability right into the conversation: ask about a timezone and the plugin's registered tool responds with the zone name, abbreviation, and UTC offset, no extra steps required.

Under the hood it is a pure Node implementation with zero network dependencies. That means the lookup works identically in an offline sandbox, a CI pipeline, or a local REPL—the data is local, so flaky connections or blocked egress will never get in the way.

Who will benefit most? Project coordinators juggling meetings across regions, backend developers who batch-generate localized timestamps, and automation-script authors who keep hitting timezone conversions inside chat sessions. One fewer browser tab, one fewer copy-paste.

Use Cases

  • Quickly confirm a colleague's timezone and UTC offset when scheduling cross-timezone meetings
  • Look up timezone data inside an offline sandbox or CI pipeline without external network access
  • Ask a timezone question directly in the conversation, skipping browser tabs and manual searches

Best For

  • Developers and project managers coordinating across timezones
  • Users who need timezone lookups in offline or network-restricted environments
  • Automation-script authors who frequently handle timezone conversions in chat sessions