Searched refs:_GMT_MIN (Results 1 – 2 of 2) sorted by relevance
52 #define _GMT_MIN (-13*60*60) /* The minimum GMT offset */ macro
707 if ((seconds < _GMT_MIN) || (seconds > _GMT_MAX)) { in conv_gmt()