How can I reliably convert request timestamps to a specific regional time zone in a Fiber handler?
In a Fiber application, I need to parse incoming ISO‑8601 timestamps from JSON payloads, interpret them as UTC, then convert to a user‑specified regional time zone (e.g., America/New_York) for storage or display. The standard library time package offers conversion, but I am unsure how to handle ambiguous or non‑existent times during DST transitions safely wi