__tm_to_secs
val = __tm_to_secs(tm) - tm->__tm_gmtoff;
hidden long long __tm_to_secs(const struct tm *);
long long t = __tm_to_secs(tm);