system_time

Provide current date, time, timezone, and Unix timestamp conversions.

38|14|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ericwang915/PythonClaw --skill system-time
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system_time
Source: https://github.com/ericwang915/PythonClaw/tree/main/pythonclaw/templates/skills/system/time
Command: npx skills add https://github.com/ericwang915/PythonClaw --skill system-time

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick access to the current date, time, timezone information, and conversion between timezones, helping automate time-related queries in scripts and conversational AI.

Core Features & Use Cases

  • Determine local time, date, and weekday for scheduling or logging.
  • Convert times between timezones and generate Unix timestamps for integration with other systems.
  • Use case: "What time is it in Tokyo?" or "Convert 2pm EST to UTC" for rapid contextual decisions.

Quick Start

Run the time_util.py script for the current date, time, and timezone information.

Frequently Asked Questions about system_time

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

FAQPage Schema
How do I get current timezone info and convert times using a CLI utility?

A CLI time utility provides current date, time, and timezone information instantly. It parses timezone data and handles conversions, allowing you to automate time-related queries and generate Unix timestamps for logging or scheduling.

What is the best way to convert 2pm EST to UTC for scheduling?

Converting 2pm EST to UTC requires a timezone conversion utility that parses timezone abbreviations and calculates offsets. This outputs the accurate UTC datetime, enabling rapid contextual scheduling and logging decisions.

Can I generate a Unix timestamp from a specific date and time?

Generating a Unix timestamp from a specific date and time is supported by this utility. It converts standard datetime formats into Unix timestamps, producing integer values that facilitate system integration and accurate event logging.

How do I find out what time it is in Tokyo right now?

Finding the current time in Tokyo involves querying a time utility with the target timezone. It returns the accurate local date, time, and weekday for Tokyo, enabling quick contextual decisions for global scheduling.

Does this time utility require any external dependencies to run?

No, this time utility does not require any external dependencies to run. It operates independently as a CLI script, allowing you to retrieve date, time, timezone info, and Unix timestamps without installing additional packages.