format_zone
int format_zone(char *buf, size_t size, double zone);
format_zone(buf, sizeof(buf), loc->zone);
format_zone(buf_zone, sizeof(buf_zone), zone);