PUBLIC TOOL · AUTHENTICATION: NONE

Unix Time Converter

Convert Unix seconds to RFC3339 or RFC3339 to Unix seconds.

timeunixrfc3339

Execute

POST https://casemesh.top/api/tools/unix-time/execute
Content-Type: application/json

{"unix":0}

Definition

{
  "aliases": [
    "timestamp converter",
    "epoch time",
    "时间戳"
  ],
  "authentication": "none",
  "capabilities": [
    "time",
    "unix",
    "rfc3339"
  ],
  "description": "Convert Unix seconds to RFC3339 or RFC3339 to Unix seconds.",
  "execute_url": "https://casemesh.top/api/tools/unix-time/execute",
  "executor": "casemesh",
  "input_example": {
    "unix": 0
  },
  "kind": "transform",
  "name": "Unix Time Converter",
  "tool_id": "unix-time",
  "transport": "builtin"
}