Skip to main content

time-fetcher

Instructions for fetching current Dubai time via bash command

Jump to install

Source facts

Repository
shanraisshan/claude-code-best-practice
Last source activity
March 12, 2026 at 13:30
Detected SKILL.md language
English
Stars
66,132
Forks
6,564

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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
View on GitHub