user-timezone-datetime

Retrieves a user's current local date and time from their configured timezone.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentPMT/agent-skills --skill user-timezone-datetime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-timezone-datetime
Source: https://github.com/AgentPMT/agent-skills/tree/main/skills/user-timezone-datetime
Command: npx skills add https://github.com/AgentPMT/agent-skills --skill user-timezone-datetime

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides agents with the user's current local time and date, enabling time-aware operations without needing to ask the user for their timezone.

Core Features & Use Cases

  • Timezone Awareness: Obtains local and UTC timestamps, timezone names, and offsets.
  • Workflow Enablement: Facilitates time-aware reminders, scheduling, and timestamping logs.
  • Use Case: Schedule a meeting reminder for a user in their local time, even if the agent is operating in a different timezone.

Quick Start

Use the user-timezone-datetime skill to get the current date and time in the user's configured timezone.

Frequently Asked Questions about user-timezone-datetime

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

FAQPage Schema
How do I get a user's local time and timezone for scheduling without asking them?

You can retrieve a user's local time and timezone automatically using this Skill, which obtains local timestamps, timezone names, and UTC offsets via an authenticated API call to enable time-aware scheduling without asking the user.

What is the best way to handle timezone-aware reminders for users in different locations?

The best way to handle timezone-aware reminders is to fetch the user's configured local time and UTC offset dynamically, allowing agents to schedule and trigger actions accurately regardless of the agent's own operating timezone.

Do I need an EIP-191 signature to retrieve user datetime context?

Yes, you need an EIP-191 signature to authenticate the external API calls that retrieve the user's local date, time, and timezone offset data securely.

Can I use local datetime context to timestamp logs for time-sensitive actions?

Yes, you can use local datetime context to timestamp logs accurately. The API provides both local and UTC timestamps, which facilitates precise logging for time-sensitive workflows and operations.

What timezone data formats are provided when retrieving user context?

When retrieving user context, the API provides local timestamps, UTC timestamps, timezone names, and UTC offsets, supplying the necessary data to perform accurate timezone conversions and time-aware operations.