Loading...
Loading...
Get current time, format dates, calculate date differences, and convert time zones. Use this skill when users ask questions related to time, date, time zones, today, now, day of the week, or what time it is. Keywords: time, date, time zone, today, now, weekday, what time
npx skill4agent add openakita/openakita datetime-toolpython scripts/get_time.py--timezone <tz>--format <fmt>python scripts/get_time.py --diff "2024-01-01" "2024-12-31"python scripts/get_time.py --convert "2024-01-01 12:00:00" --from-tz UTC --to-tz Asia/Shanghai{
"datetime": "2024-01-15 10:30:00",
"date": "2024-01-15",
"time": "10:30:00",
"timezone": "Asia/Shanghai",
"weekday": "Monday",
"timestamp": 1705285800
}| Format | Example |
|---|---|
| ISO | 2024-01-15T10:30:00+08:00 |
| Chinese | 2024-01-15 10:30:00 |
| American | 01/15/2024 |
| European | 15/01/2024 |