Home
last modified time | relevance | path

Searched refs:_GMT_MIN (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h52 #define _GMT_MIN (-13*60*60) /* The minimum GMT offset */ macro
H A Dlibzone.c707 if ((seconds < _GMT_MIN) || (seconds > _GMT_MAX)) { in conv_gmt()