Interpret a naive (offset-less) date/time string as local-to-the-given-timezone and return an ISO 8601 string with the correct offset.
If the input already includes an explicit offset or Z, it is returned as-is.
Z
Supports the following input formats for naive strings:
Time string to interpret
IANA timezone name (e.g. 'America/New_York')
ISO 8601 string with timezone offset
Interpret a naive (offset-less) date/time string as local-to-the-given-timezone and return an ISO 8601 string with the correct offset.
If the input already includes an explicit offset or
Z, it is returned as-is.Supports the following input formats for naive strings: