void set_zone

void set_zone(int32_t)

Set the 'time zone'. The parameter is given in seconds East of the Prime Meridian. Example for New York City:
 set_zone(-5 * ONE_HOUR);

If the time zone is not set, the time system will operate in UTC only.