Home | History | Annotate | Download | only in utils

Lines Matching full:zoneinfo

96 /* on OS X, the timezone directory is always /usr/share/zoneinfo
104 #define ZONEINFO_DIR "/usr/share/zoneinfo/"
124 dprint( "### WARNING: %s does not point to %s, can't determine zoneinfo timezone name",
130 dprint( "### WARNING: %s does not point to zoneinfo-compatible timezone name\n", LOCALTIME_FILE );
143 /* on Linux, with glibc2, the zoneinfo directory can be changed with TZDIR environment variable
144 * but should be /usr/share/zoneinfo by default. /etc/localtime is not guaranteed to exist on
145 * all platforms, so if it doesn't, try $TZDIR/localtime, then /usr/share/zoneinfo/locatime
149 * the original timezone file. the only way to know which zoneinfo name to retrieve is to compare
162 #define ZONEINFO_DIR "/usr/share/zoneinfo/"
300 D( "%s: ignoring non zoneinfo formatted TZ environment variable: '%s'\n",
365 /* verify that the link points to tzdir/<something> where <something> is a valid zoneinfo name */
370 D( "%s: found zoneinfo timezone %s from %s symlink\n", __FUNCTION__, tz, localtime );
373 D( "%s: %s link points to non-zoneinfo filename %s, comparing contents\n",
416 /* on Windows, we need to translate the Windows timezone into a ZoneInfo one */