What problem does it solve? AI assistants cannot reliably answer questions about the current time or date from memory, leading to stale or fabricated answers. This Skill forces real-time lookups so users always get accurate, timezone-aware date and time information. ## Core Features & Use Cases - Real-Time Clock Lookup: Returns the current date, time, ISO timestamp, and Unix timestamp from the system clock. - Timezone Support: Accepts any IANA timezone name such as Asia/Shanghai, Asia/Tokyo, or UTC, with clear errors for invalid zones. - Localized Weekday Output: Provides the weekday in both English and Chinese for bilingual chatbot responses. - Use Case: A user in a QQ or Telegram group asks "东京现在几点?" and the bot calls the tool with timezone Asia/Tokyo to reply with the exact current time. ## Quick Start Ask the bot "现在几点?" or "What time is it in Tokyo right now?" and it will call the datetime tool to answer with the live result.