| 78 | static bool errout; |
| 79 | |
| 80 | static char const *abbr(struct tm const *); |
| 81 | static intmax_t delta(struct tm *, struct tm *); |
| 82 | static void dumptime(struct tm const *); |
| 83 | static time_t hunt(timezone_t, time_t, time_t, bool); |
nothing calls this directly
no outgoing calls
no test coverage detected