What problem does it solve? Computing year-to-date date ranges by hand is error-prone, especially when converting local civil dates to exact UTC instants for timestamp-based queries. This Skill resolves "this year so far" (January 1 through today) into a concrete, machine-readable date range relative to your run time. ## Core Features & Use Cases - Year-to-Date Resolution: Returns inclusive civil dates (start/end in YYYY-MM-DD) for January 1 through today in your local timezone. - UTC Instant Conversion: Provides startUtc and endExclusiveUtc as a half-open [start, end) range for timestamp-based database or API queries. - Context Metadata: Includes days, timezone, and asOf so you know the span length and when the range was resolved. - Use Case: Before running a YTD revenue report or a "so far this year" metrics query, invoke this Skill to get exact time bounds instead of deriving dates manually. ## Quick Start Ask the AI to resolve the date range for this year so far before running your year-to-date metrics query.