Instructions for fetching current Dubai time via bash command
Scanned 5/28/2026
Install to Claude Code
npx -y skills add shanraisshan/claude-code-best-practice --skill time-fetcher --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Time Fetcher?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shanraisshan-time-fetcher)More formats (shields.io, HTML) on the badges page.
---
name: time-fetcher
description: Instructions for fetching current Dubai time via bash command
user-invocable: false
---
## 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!