| 2291 | Callers can instead use localtime_rz with a fixed-offset zone. */ |
| 2292 | |
| 2293 | struct tm * |
| 2294 | offtime_r(time_t const *restrict timep, long offset, struct tm *restrict tmp) |
| 2295 | { |
| 2296 | gmtcheck(); |
| 2297 | return gmtsub(gmtptr, timep, offset, tmp); |
| 2298 | } |
| 2299 | |
| 2300 | struct tm * |
| 2301 | offtime(time_t const *timep, long offset) |