Convert between Unix epoch timestamps and human-readable datetimes, with timezone support and automatic unit detection (seconds/millis/micros/nanos). Use whe...
编程
echo-now
试用Print the current UTC time and ISO date in a deterministic, copy-friendly format. Use when an agent or operator needs a stable timestamp string for logs, file names, notes, or manifests and wants a single reusable command instead of rewriting date formatting each time.
它能做什么
Print the current UTC time and ISO date in a deterministic, copy-friendly format. Use when an agent or operator needs a stable timestamp string for logs, file names, notes, or manifests and wants a single reusable command instead of rewriting date formatting each time.
技能文档
echo-now
Echo a stable UTC timestamp and ISO date string.
When to use
- A log entry, note, or manifest needs a UTC timestamp.
- A file name needs a date prefix (
YYYY-MM-DD). - Avoid re-deriving
dateformatting in shell each time.
Prerequisites
- POSIX
dateavailable onPATH.
Run
scripts/echo_now.sh
Output shape
Two lines:
utc=
date=
Use the utc= value for event timestamps and the date= value for date-only prefixes.
相关技能
Convert and format dates/times with zero external APIs — ISO 8601, Unix epoch, RFC 2822, and timezone conversion using only the local `date` binary and TZ database. Use when you need quick timestamp formatting, epoch conversion, duration arithmetic, or "what time is it in <city>" math without network calls.
Get Users Current Time / Date: Get the user's current date and time in their configured timezone. Use when an agent needs get users current time / date, user...
Draft and deliver agent email with control
Deploy anything an agent builds to a live URL via the DataEcho platform at https://dataecho.ai — a single file, a static site, OR a server-side app (any stac...
Plan, build, review, or extend a stateless Bash CLI wrapper for the publicly documented EODHD API, intended for OpenClaw agents and Clawhub.ai distribution....