Formats the given time using the RFC3339_full format in the given time zone.
Convenience functions that format the given time using the RFC3339_full format. The first overload uses the provided TimeZone, while the second uses LocalTimeZone().
The formatted time string.
| Name | Description |
|---|---|
| t | The time to format. |
| tz | The time zone to format in. |