Skip to main content

time-fetcher

Instructions for fetching current Dubai time via bash command

Zur Installation springen

Quellinformationen

Repository
shanraisshan/claude-code-best-practice
Letzte Quellaktivität
12. März 2026 um 13:30
Erkannte Sprache von SKILL.md
Englisch
Sterne
66.132
Forks
6.564

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
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
Auf GitHub ansehen