polymer-pay-chronos

Perform timezone-aware datetime operations through the Polymer Pay proxy.

1|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-chronos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymer-pay-chronos
Source: https://github.com/polymerdao/pay-apis/tree/main/skills/polymer-pay-chronos
Command: npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-chronos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Timezone-aware datetime operations are made easy by exposing current time lookups, conversions between timezones, and timezone listings via the Polymer Pay proxy, reducing drift and coordination friction for apps across regions.

Core Features & Use Cases

  • Get current time for any IANA timezone
  • Convert datetimes between timezones
  • List supported IANA timezones for validation and scheduling

Quick Start

Call the Chronos now endpoint with a valid POLYMER_PAY_API_KEY to retrieve the current time for a specific timezone.

Frequently Asked Questions about polymer-pay-chronos

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

FAQPage Schema
How do I convert datetime between IANA timezones for cross-region scheduling?

To convert datetime between IANA timezones, you call the timezone conversion endpoint via the Polymer Pay proxy. This applies per-call pricing and authenticates using your POLYMER_PAY_API_KEY to return the converted datetime.

What is the best way to get current time for a specific IANA timezone?

The best way to get current time for a specific IANA timezone is to call the Chronos now endpoint. You must provide a valid POLYMER_PAY_API_KEY to authenticate the request through the Polymer Pay proxy.

Do I need an API key to list supported IANA timezones?

Yes, you need a valid POLYMER_PAY_API_KEY to list supported IANA timezones. The timezone listing endpoint enforces POLYMER_PAY_API_KEY authentication and per-call pricing through the Polymer Pay proxy.

Can I validate timezone data using a proxy endpoint for data-processing workflows?

Yes, you can validate timezone data by listing supported IANA timezones through the proxy endpoint. This enforces POLYMER_PAY_API_KEY authentication and per-call pricing to ensure accurate timezone validation in data-processing workflows.

Does the Polymer Pay proxy support health-check access for datetime operations?

Yes, the Polymer Pay proxy supports health-check access for datetime operations. The skill enforces endpoint definitions, per-call pricing, and POLYMER_PAY_API_KEY authentication alongside health-check access as described in the documentation.