Home | History | Annotate | Download | only in telephony

Lines Matching refs:tzdiff

1890     long         tzdiff;
1906 tzdiff = e_local - e_utc; /* timezone offset in minutes */
1938 (tzdiff >= 0) ? '+' : '-', (tzdiff >= 0 ? tzdiff : -tzdiff) / 15,