get-current-time

Return current date and time in multiple formats and timezones.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/Kamisorara/MiO-assistant --skill get-current-time
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-current-time
Source: https://github.com/Kamisorara/MiO-assistant/tree/main/src/skills/get-current-time
Command: npx skills add https://github.com/Kamisorara/MiO-assistant --skill get-current-time

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Retrieving the exact current date and time can be fragmented across applications; this skill centralizes time retrieval, offering consistent, timezone-aware outputs.

Core Features & Use Cases

  • Timezone-aware formats: iso, date, time, full, and timestamp.
  • Locale-aware date/time rendering with common timezones.
  • Use cases include displaying local time in UIs, timestamping logs, or scheduling across regions.

Quick Start

Ask for the current time in a specific timezone or format, for example: "What time is it in Asia/Shanghai right now?"

Frequently Asked Questions about get-current-time

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get the current time in a specific timezone like Asia/Shanghai?

To get the current time in a specific timezone, simply request the time for your desired region, such as Asia/Shanghai. The skill returns the formatted local time, ISO string, and Unix timestamp for that specific timezone.

What datetime formats can I retrieve for the current time?

You can retrieve the current datetime in multiple formats including ISO, date, time, full, and timestamp representations. These outputs are locale-aware and structured to include both the formatted string and the timezone used.

Can I use this to generate timestamps for logging applications?

Yes, you can use this to generate timestamps for logging applications by requesting the timestamp format. It provides a centralized, timezone-aware current datetime output to ensure consistent log entries across different regions.

Does the current time skill require any external dependencies?

No, retrieving the current time requires no external dependencies. It operates standalone using internal scripts to validate optional parameters and return the requested timezone-aware date and time information directly.

How do timezone-aware datetime outputs help with scheduling across regions?

Timezone-aware datetime outputs help with regional scheduling by validating the target timezone and returning the exact local time. This ensures accurate coordination and displays correct local times in user interfaces globally.