# Time

> Clock

- Skill: `octos-org/time` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add octos-org/time`
- Raw SKILL.md: https://api.skillmd.com/api/skills/octos-org/time/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: octos-org (https://skillmd.com/u/octos-org)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/octos-org/time

---


# Clock

Get the current date and time in any timezone worldwide.

## Tools

### get_time

Returns the current date, time, day of week, and UTC offset for a given timezone.

```json
{"timezone": "Europe/Stockholm"}
```

**Parameters:**
- `timezone` (optional): IANA timezone name. Examples: `UTC`, `Europe/Stockholm`, `Asia/Shanghai`, `US/Eastern`, `Asia/Tokyo`. Default: server local time.

**Common timezones:** UTC, US/Eastern, US/Central, US/Pacific, Europe/London, Europe/Paris, Europe/Stockholm, Europe/Berlin, Asia/Shanghai, Asia/Tokyo, Asia/Seoul, Asia/Singapore, Australia/Sydney

