docs: Mention TZDIR
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 24 Aug 2010 20:37:43 +0000 (21:37 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 24 Aug 2010 22:41:21 +0000 (23:41 +0100)
The timezone code in GDateTime honours the TZDIR environment variable,
so it should be mentioned in the list of variables GLib checks at
runtime.

docs/reference/glib/running.sgml

index ea10d15..a130e66 100644 (file)
@@ -202,6 +202,17 @@ variables like <envar>LANG</envar>, <envar>PATH</envar> or <envar>HOME</envar>.
   </para>
 </formalpara> 
 
+<formalpara id="TZDIR">
+  <title><envar>TZDIR</envar></title>
+
+  <para>
+    Allows to specify a nonstandard location for the timezone data files
+    that are used by the #GDateTime API. The default location is under
+    <filename>/usr/share/zoneinfo</filename>. For more information,
+    also look at the <command>tzset</command> manual page.
+  </para>
+</formalpara>
+
 </refsect2>
 
 <refsect2 id="setlocale">