Copilot Instructions: datetime-local Timezone Handling
The HTML `datetime-local` input type is timezone-agnostic - it sends values like "2025-10-01T20:30" without timezone information. This creates a common web development challenge: how does the server know if this time is UTC, user's local time, or something else?