What problem does it solve?
This Skill solves the common and complex problems associated with handling dates, times, and timezones in JavaScript/TypeScript, preventing bugs related to Daylight Saving Time and timezone conversions.
Core Features & Use Cases
- Timezone Conversions: Accurately convert between timezones using the Temporal API.
- DST-Aware Arithmetic: Perform date/time math that correctly accounts for Daylight Saving Time transitions.
- Precise Datetime Handling: Supports nanosecond precision for critical applications.
- Use Case: Ensure that scheduled events appear at the correct local time for users in different parts of the world, regardless of DST changes.
Quick Start
Use the tiempo skill to get the current time in the 'America/New_York' timezone.