Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzoneinfo.h49 #define _GMT_MAX (12*60*60) /* The maximum GMT offset */ macro
H A Dlibzone.c705 if ((seconds < _GMT_MIN) || (seconds > _GMT_MAX)) { in conv_gmt()