__secs_to_tm
hidden int __secs_to_tm(long long, struct tm *);
if (__secs_to_tm(*t, tm) < 0) {
if (__secs_to_tm(t + new.__tm_gmtoff, &new) < 0) goto error;
if (__secs_to_tm(t, &new) < 0) {