What problem does it solve? Manually computing month-to-date ranges is error-prone, especially across timezones and when converting civil dates to UTC timestamps. This Skill resolves "thisMonth" to a concrete, authoritative date range so month-to-date queries use consistent bounds. ## Core Features & Use Cases - Month-to-Date Resolution: Returns the 1st of the current month through today as inclusive civil dates (YYYY-MM-DD) in your local timezone. - UTC Instant Conversion: Provides the same window as a half-open [start, end) range of exact UTC instants for timestamp-based queries. - Read-Only Operation: Performs no writes and no network calls, making it safe to run before any MTD task. - Use Case: Before generating a month-to-date sales metrics report, run the resolver to get exact start and end bounds instead of deriving dates by hand. ## Quick Start Ask the AI to resolve this month's date range using the thisMonth skill before running a month-to-date metrics query.