dsh plugins中文
← Back to popular plugin directory

DSH time tool plug-in

omdsh-dev/dsh-tool-time · tools

DSH time tool plug-in: strict ISO 8601 parsing, IANA time zone conversion, UTC calendar operation, fixed time difference, zero dependency.

★ 4GitHub stars
0Forks
2026-08-14Last updated
TypeScriptLanguage
MITLicense

Project overview

DSH 时间工具插件 —— 严格 ISO 解析、IANA 时区转换、UTC 日历运算、固定时长差。零依赖、零进程、纯函数。 动机

Agent 处理时间信息是最高频需求之一——"现在几点"、"3 天后是几号"、"把 UTC 转成北京时间"。当前做法 bash date 的问题:每次起进程、跨平台语法不一致(macOS 与 GNU date -d 完全不同)、时区转换靠 TZ=... 手动拼。模型心算时区偏移和闰年/DST 边界是错误高发区。 安全模型

monorepo 方式仅适用于旧场景:不支持 Profile Bundle 的旧快照或插件开发调试环境:

Install command

dsh plugin --profile web add github:omdsh-dev/dsh-tool-time
View GitHub repository ↗Back to popular plugin directory