Skip to content
All Skills

Time Fetcher

Instructions for fetching current Dubai time via bash command

Personal Productivity|v1|Updated 5/18/2026|GitHub source
MCP get_skill({ skillId: "time-fetcher-38515a0f" })

Use this skill with your agent

Create a free account and connect via MCP

Get Started Free
## Dubai Time Fetcher

### Command

```bash
TZ='Asia/Dubai' date '+%Y-%m-%d %H:%M:%S %Z'
```

### Expected Output Format

`YYYY-MM-DD HH:MM:SS +04` (Gulf Standard Time)

### Timezone Details

- Timezone: Asia/Dubai
- Offset: UTC+4
- Abbreviation: GST (Gulf Standard Time)
- Dubai does not observe daylight saving time

### Return Format

Provide the following fields:
- `time`: Just the time portion (HH:MM:SS)
- `timezone`: "GST (UTC+4)"
- `formatted`: The full output string from the command
#github#broad-capability#external#license-mit#shanraisshan-claude-code-best-practice#claude-code#best-practices#time#fetcher#best#practicesgithubanthropic-apifilesystem-access