timezone

Community

Keep Mountain Time everywhere you code.

Authorzacjones93
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enforces Mountain Time for all date/time logic to prevent timezone bugs, off-by-one errors, and scheduling issues across the application.

Core Features & Use Cases

  • Current MT time utility: Use getCurrentMountainTime() to obtain the current Mountain Time in server-side logic.
  • MT date formatting: Use getMountainISODate() to serialize MT dates as YYYY-MM-DD.
  • MT date parsing: Use parseMountainISODate() to parse MT midnight dates from strings.
  • Validation & consistency: All date inputs and cutoffs should be MT-aware, guaranteeing consistent behaviors across regions.

Quick Start

Use Mountain Time utilities to fetch the current MT time and format dates as a MT date string.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: timezone
Download link: https://github.com/zacjones93/sweet-angel-bakery/archive/main.zip#timezone

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository