OpenClaw Timestamp Converter v2.0
Never fight with timezones again. 5 tools. 400+ zones. DST-aware. Sub-100ms.
| Tool | Purpose | Free |
|---|
| INLINECODE0 | Epoch/ISO/RFC/human-readable conversion | Yes |
| INLINECODE1 |
Cross-timezone translation with DST | Yes |
|
duration_calc | Date math, business days, age calc | Yes |
|
list_timezones | Search 400+ IANA zones by city/offset | Yes |
|
relative_time | "3 hours ago" / "in 2 days" output | Yes |
What's New in v2.0
- - ChronoEdge Protocol — All conversions run on Cloudflare's edge network. Global sub-100ms, no cold starts.
- 400+ IANA Zones — Full timezone database with DST transition dates, historical offsets, and abbreviation mapping.
- BusinessDay Engine — Duration calculations that skip weekends, handle leap years, and support custom holiday calendars.
- AutoDetect Parser — Pass any timestamp format (epoch seconds, epoch millis, ISO 8601, RFC 2822, natural language). We figure it out.
Quick Start
CODEBLOCK0
Add to Claude Desktop, Cursor, Windsurf, VS Code, or any MCP-compatible client. Zero install. Works immediately.
Detection Triggers
This skill activates when a user says any of these:
- - "convert timestamp", "epoch to date", "what time is 1709827200", "Unix to human readable"
- "what time is it in Tokyo", "convert PST to JST", "translate meeting time"
- "calculate duration", "how many days between", "time difference", "add 3 weeks to today"
- "list timezones", "UTC offset for", "what timezone is Sydney in", "IANA timezone"
- "time ago", "relative time", "how long ago was March 1", "when was 1700000000"
- "ISO 8601", "milliseconds to date", "RFC 2822", "business days between"
Named Protocols
ChronoEdge Protocol
All timestamp parsing and conversion runs on Cloudflare Workers' edge network. No cold start, no server round-trip. Average response under 50ms worldwide.
AutoDetect Parser
Pass any timestamp format and the tool identifies it automatically:
- -
1709827200 -- detected as Unix epoch (seconds) - INLINECODE6 -- detected as Unix epoch (milliseconds)
- INLINECODE7 -- detected as ISO 8601
- INLINECODE8 -- detected as RFC 2822
- INLINECODE9 -- detected as natural language
BusinessDay Engine
Duration calculations that understand the real world: skip weekends, account for leap years and leap seconds, support configurable work-week definitions.
Tools (5)
convert_timestamp -- Universal Timestamp Conversion
Convert between Unix epoch (seconds or milliseconds), ISO 8601, RFC 2822, and human-readable formats. AutoDetect Parser identifies your input format automatically.
Input: any timestamp format
Output: all major formats simultaneously -- epoch, ISO, RFC, human-readable, day of week, week number, day of year
Wrong / Right:
CODEBLOCK1
timezone_convert -- Cross-Timezone Translation
Convert a specific date-time from one timezone to another. Fully DST-aware with transition date reporting.
Input: datetime + source timezone + one or more target timezones
Output: converted times with UTC offsets, DST status, abbreviations, and next DST transition date
Wrong / Right:
CODEBLOCK2
duration_calc -- Time Arithmetic
Calculate the exact duration between two dates/times, or add/subtract a duration from a date.
Returns: breakdown in years, months, days, hours, minutes, seconds -- plus total in each unit
Supports: business days mode (weekends excluded), leap year awareness, ISO 8601 duration format (P3Y6M4DT12H30M5S)
Wrong / Right:
CODEBLOCK3
list_timezones -- IANA Timezone Database
Browse and search the complete IANA timezone database (400+ entries). Find timezone by city, country, or offset.
Search: fuzzy match by city name ("Tokyo"), country code ("JP"), or offset ("UTC+9")
Returns: IANA name, current UTC offset, DST status, next transition date, common abbreviation
relative_time -- Human-Friendly Time
Convert any timestamp to natural language relative time expressions.
Supports: past ("3 hours ago") and future ("in 2 days"), configurable granularity
AutoDetect: pass epoch, ISO, or human-readable date strings -- format is auto-identified
Security & Privacy
- - No data storage -- Timestamps are processed in-memory on Cloudflare Workers and never written to disk or database.
- No logging of input -- Your timestamps, meeting times, and date calculations are not logged or recorded.
- Edge isolation -- Each request runs in an isolated V8 isolate on Cloudflare's edge. No shared state between requests.
- No external calls -- All timezone data is embedded in the worker. No third-party API calls during processing.
- HTTPS only -- All connections are TLS 1.3 encrypted. HTTP requests are rejected, not redirected.
Pricing
| Tier | Calls/Day | Price | Includes |
|---|
| Free | 30 | $0 | All 5 tools, no signup required |
| Pro |
1,000 | $9/mo | All 9 OpenClaw servers (49 tools) |
|
x402 | Pay-per-call | $0.05 USDC | No account needed, crypto-native |
Get Pro Key: https://buy.stripe.com/4gw5na5U19SP9TW288
The OpenClaw Intelligence Stack
| Server | Tools | Best For |
|---|
| JSON Toolkit | 6 | Format, validate, diff, query, transform JSON |
| Regex Engine |
5 | Test, extract, replace, explain regex patterns |
|
Color Palette | 5 | Generate, convert, harmonize, accessibility-check colors |
|
Timestamp Converter | 5 | Parse, format, diff, timezone-convert timestamps |
|
Prompt Enhancer | 6 | Optimize, rewrite, score, A/B test AI prompts |
|
Market Intelligence | 6 | AI market trends, GitHub stats, competitor analysis |
|
Fortune & Tarot | 3 | Daily fortune, tarot readings, I Ching |
|
Content Publisher | 8 | MoltBook posts, social content, newsletter |
|
AgentForge Compare | 5 | Compare AI tools, frameworks, MCP servers |
All 9 servers share one Pro key. $9/mo = 49 tools.
OpenClaw 时间戳转换器 v2.0
再也不必与时区斗争。5个工具。400+时区。支持夏令时。响应时间低于100毫秒。
| 工具 | 用途 | 免费 |
|---|
| converttimestamp | 时间戳/ISO/RFC/人类可读格式转换 | 是 |
| timezoneconvert |
跨时区转换,支持夏令时 | 是 |
| duration_calc | 日期计算、工作日、年龄计算 | 是 |
| list_timezones | 按城市/偏移量搜索400+IANA时区 | 是 |
| relative_time | 3小时前/2天后输出 | 是 |
v2.0 新特性
- - ChronoEdge 协议 — 所有转换在 Cloudflare 的边缘网络上运行。全球响应低于100毫秒,无冷启动。
- 400+ IANA 时区 — 完整时区数据库,包含夏令时转换日期、历史偏移量和缩写映射。
- 工作日引擎 — 跳过周末、处理闰年、支持自定义节假日日历的时长计算。
- 自动检测解析器 — 传入任何时间戳格式(纪元秒、纪元毫秒、ISO 8601、RFC 2822、自然语言)。我们都能识别。
快速开始
json
{
openclaw-timestamp: {
type: streamable-http,
url: https://timestamp-converter-mcp.yagami8095.workers.dev/mcp
}
}
添加到 Claude Desktop、Cursor、Windsurf、VS Code 或任何兼容 MCP 的客户端。零安装。立即生效。
触发检测
当用户说出以下任何内容时,此技能将被激活:
- - 转换时间戳、纪元转日期、1709827200 是什么时间、Unix 转人类可读
- 东京现在几点、将 PST 转换为 JST、翻译会议时间
- 计算时长、之间有多少天、时间差、今天加3周
- 列出时区、UTC 偏移量、悉尼在哪个时区、IANA 时区
- 时间前、相对时间、3月1日多久前、1700000000 是什么时候
- ISO 8601、毫秒转日期、RFC 2822、之间的工作日
命名协议
ChronoEdge 协议
所有时间戳解析和转换在 Cloudflare Workers 的边缘网络上运行。无冷启动,无服务器往返。全球平均响应时间低于50毫秒。
自动检测解析器
传入任何时间戳格式,工具自动识别:
- - 1709827200 — 识别为 Unix 纪元(秒)
- 1709827200000 — 识别为 Unix 纪元(毫秒)
- 2024-03-07T12:00:00Z — 识别为 ISO 8601
- Thu, 07 Mar 2024 12:00:00 GMT — 识别为 RFC 2822
- March 7, 2024 3pm — 识别为自然语言
工作日引擎
理解现实世界的时长计算:跳过周末、考虑闰年和闰秒、支持可配置的工作周定义。
工具(5个)
convert_timestamp — 通用时间戳转换
在 Unix 纪元(秒或毫秒)、ISO 8601、RFC 2822 和人类可读格式之间转换。自动检测解析器自动识别您的输入格式。
输入: 任何时间戳格式
输出: 同时输出所有主要格式 — 纪元、ISO、RFC、人类可读、星期几、周数、一年中的第几天
错误 / 正确:
错误:将 1709827200 转换为日期然后手动解析纪元
正确:convert_timestamp({ timestamp: 1709827200 })
-> { iso: 2024-03-07T16:00:00Z, human: 2024年3月7日星期四 下午4:00 UTC, epoch_ms: 1709827200000, week: 10, dayOfYear: 67 }
错误:猜测 1709827200000 是秒还是毫秒
正确:自动检测解析器识别13位=毫秒,10位=秒。始终正确。
timezone_convert — 跨时区转换
将特定日期时间从一个时区转换为另一个时区。完全支持夏令时,并报告转换日期。
输入: 日期时间 + 源时区 + 一个或多个目标时区
输出: 转换后的时间,包含 UTC 偏移量、夏令时状态、缩写和下一个夏令时转换日期
错误 / 正确:
错误:timezone_convert({ time: 下午3点, from: EST, to: JST })
-> 歧义!EST 可能指美国东部或澳大利亚东部。请使用 IANA 名称。
正确:timezoneconvert({ time: 2024-03-07T15:00:00, from: America/NewYork, to: Asia/Tokyo })
-> { converted: 2024-03-08T05:00:00+09:00, dst: false, abbreviation: JST, utcOffset: +09:00 }
错误:跨时区安排时忘记夏令时转换
正确:工具报告下一个夏令时转换日期,因此您知道时间下周是否会变化
duration_calc — 时间算术
计算两个日期/时间之间的精确时长,或从日期中添加/减去时长。
返回: 按年、月、天、小时、分钟、秒分解 — 以及每个单位的总数
支持: 工作日模式(排除周末)、闰年感知、ISO 8601 时长格式(P3Y6M4DT12H30M5S)
错误 / 正确:
错误:手动计算日期之间的天数,忘记二月有28/29天
正确:duration_calc({ from: 2024-01-15, to: 2024-03-07 })
-> { days: 52, businessDays: 38, breakdown: { months: 1, days: 21 } }
错误:当您想加1个月时加了30天(不同月份天数不同)
正确:duration_calc({ from: 2024-01-31, add: P1M }) -> 2024-02-29(闰年感知)
list_timezones — IANA 时区数据库
浏览和搜索完整的 IANA 时区数据库(400+条目)。按城市、国家或偏移量查找时区。
搜索: 按城市名称模糊匹配(东京)、国家代码(JP)或偏移量(UTC+9)
返回: IANA 名称、当前 UTC 偏移量、夏令时状态、下一个转换日期、常用缩写
relative_time — 人类友好时间
将任何时间戳转换为自然语言的相对时间表达。
支持: 过去(3小时前)和未来(2天后),可配置粒度
自动检测: 传入纪元、ISO 或人类可读日期字符串 — 格式自动识别
安全与隐私
- - 无数据存储 — 时间戳在 Cloudflare Workers 的内存中处理,从不写入磁盘或数据库。
- 无输入日志记录 — 您的时间戳、会议时间和日期计算不会被记录或保存。
- 边缘隔离 — 每个请求在 Cloudflare 边缘的隔离 V8 隔离区中运行。请求之间无共享状态。
- 无外部调用 — 所有时区数据嵌入在 worker 中。处理期间无第三方 API 调用。
- 仅 HTTPS — 所有连接均使用 TLS 1.3 加密。HTTP 请求被拒绝,而非重定向。
定价
| 层级 | 每日调用次数 | 价格 | 包含内容 |
|---|
| 免费 | 30 | $0 | 全部5个工具,无需注册 |
| 专业版 |
1,000 | $9/月 | 全部9个 OpenClaw 服务器(49个工具) |
|
x402 | 按次付费 | $0.05 USDC | 无需账户,加密货币原生 |
获取专业版密钥:https://buy.stripe.com/4gw5na5U19SP9TW288
OpenClaw 智能工具栈
| 服务器 | 工具数 | 最佳用途 |
|---|
| JSON 工具包 | 6 | 格式化、验证、比较、查询、转换 JSON |
| 正则表达式引擎 |
5 | 测试、提取、替换、解释正则模式 |
|
调色板 | 5 | 生成、转换、协调、可访问性检查颜色 |