get-time

Outputs current local time in multiple formats with optional timezone selection.

76|3|Updated May 31, 2025
One-click install
npx skills add https://github.com/Parallel-7/FlashForgeUI-Electron --skill get-time
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-time
Source: https://github.com/Parallel-7/FlashForgeUI-Electron/tree/main/.claude/skills/get-time
Command: npx skills add https://github.com/Parallel-7/FlashForgeUI-Electron --skill get-time

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill provides accurate, formatted time information when users need to know the current time, date, or timestamps across time zones.

Core Features & Use Cases

  • Automatic timezone detection based on location or IP when available.
  • Manual timezone override for containerized environments or explicit requests.
  • Output in multiple formats: full, time, date, datetime, iso, unix.
  • Use Case: Schedule meetings across time zones by retrieving and displaying consistent time stamps.

Quick Start

Ask for the current time in a chosen format and timezone to get an immediate result.

Frequently Asked Questions about get-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?

To get the current time in a specific timezone, request the time with an explicit timezone specification. The script supports manual timezone input to provide accurate local times for any global region.

What datetime formats can I output when retrieving the current time?

Available datetime formats include full, time, date, datetime, iso, and unix. Users can request any of these specific formats to get the exact timestamp structure needed for their application.

Does automatic timezone detection work in containerized environments?

Automatic timezone detection relies on location or IP data when available. For containerized environments where detection fails, you can provide a manual timezone override to ensure correct local time output.

Can I retrieve a unix timestamp instead of a standard datetime string?

Yes, you can retrieve a unix timestamp by specifying the unix format. The script outputs time in multiple formats including unix, which provides the current time as a numerical epoch value.

What is the best way to schedule meetings across time zones?

The best way to schedule meetings across time zones is retrieving consistent timestamps using explicit timezone specification. This ensures all participants reference the same accurate local time regardless of their geographic location.