Converts a time value from one timezone to another, and returns a struct tm representation of the time.
itt |
A time value. |
from_zone |
Source timezone. |
to_zone |
Destination timezone. |
The converted time as a struct tm. All fields will be set properly except for tm.tm_yday. |