time
SolidTime and timezone utilities for getting current time and converting between timezones. Use when: (1) Getting current time in any timezone, (2) Converting time between different timezones, (3) Working with IANA timezone names, (4) Scheduling across timezones, (5) Time-sensitive operations. Triggers: "what time is it", "current time", "convert time", "timezone", "time in [city]".
Install
Quality Score: 84/100
Skill Content
Details
- Author
- Dianel555
- Repository
- Dianel555/DSkills
- Created
- 7 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
timezone-tools
Get current time in any timezone and convert times between timezones. Use when working with time, dates, timezones, scheduling across regions, "what time is it in X", "convert 3pm Sydney to London", DST checks, or when the user mentions specific cities/regions for time queries. Supports IANA timezone names. Do NOT use for date arithmetic (adding days/months), recurring event scheduling, business-day calculations, or full calendar/booking logic - those need a dedicated date library or scheduling tool.
mattstackgetting-current-time
Use whenever the current time matters ... answering "what time is it", timestamping output, scheduling, computing relative dates ("yesterday", "in 2 hours"), or reasoning about timezones. The context window only carries the date, never the time of day, so the clock must be read from the machine.
current-time
Return the current system time and timezone by calling a tool instead of guessing.