date-time-implementation

Centralizes date/time handling via pre-configured dayjs utility with Unix timestamps and Polish locale formatting.

Updated Aug 29, 2025
One-click install
npx skills add https://github.com/teocrafters/public-talk-planner --skill date-time-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: date-time-implementation
Source: https://github.com/teocrafters/public-talk-planner/tree/main/.claude/skills/date-time-implementation
Command: npx skills add https://github.com/teocrafters/public-talk-planner --skill date-time-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize date/time management across UI and API layers by using a pre-configured dayjs utility with Unix timestamps and Polish locale.

Core Features & Use Cases

  • Centralized date utilities with consistent formatting and conversion
  • Safe Unix timestamp handling for API data exchange
  • Locale-aware formatting for Polish users across components and services

Quick Start

Integrate the pre-configured date utility into a component to handle dates using unix timestamps and the Polish locale.

Frequently Asked Questions about date-time-implementation

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

FAQPage Schema
How do I standardize dayjs Unix timestamps with Polish locale across UI components and APIs?

Standardize dayjs Unix timestamps with Polish locale by importing a centralized, pre-configured date utility that enforces consistent formatting and conversion across UI components, API endpoints, and background tasks.

What is the best way to handle Unix timestamps in TypeScript web development for API data exchange?

The best way to handle Unix timestamps in TypeScript web development is by enforcing Unix seconds through a shared date utility, ensuring safe and consistent API data exchange without timezone parsing conflicts.

Does dayjs support Polish locale formatting for web applications out of the box?

Dayjs supports Polish locale formatting when using a centralized utility configuration that applies locale-aware formatting across all web application components and services.

Why should I use centralized date utilities instead of native Date objects in TypeScript?

Centralized date utilities prevent inconsistent formatting and parsing issues that occur when using native Date objects, enforcing safe Unix timestamp handling and locale-aware formatting across your entire tech stack.

How to integrate a pre-configured dayjs utility into a TypeScript component for date handling?

Integrate a pre-configured dayjs utility by importing the shared date utilities into your TypeScript component, then use the provided functions to handle date conversions using Unix seconds and the Polish locale.