derick Sat May 25 06:43:38 2002 EDT Modified files: /phpdoc/en/reference/calendar/functions jdtounix.xml Log: - Clarify timezones (fixes bug #13187) Index: phpdoc/en/reference/calendar/functions/jdtounix.xml diff -u phpdoc/en/reference/calendar/functions/jdtounix.xml:1.2 phpdoc/en/reference/calendar/functions/jdtounix.xml:1.3 --- phpdoc/en/reference/calendar/functions/jdtounix.xml:1.2 Wed Apr 17 02:36:39 2002 +++ phpdoc/en/reference/calendar/functions/jdtounix.xml Sat May 25 06:43:38 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/calendar.xml, last change in rev 1.3 --> <refentry id="function.jdtounix"> <refnamediv> @@ -17,7 +17,8 @@ Julian Day given in <parameter>jday</parameter> or &false; if <parameter>jday</parameter> is not inside the UNIX epoch (Gregorian years between 1970 and 2037 or 2440588 <= - <parameter>jday</parameter> <= 2465342 ) + <parameter>jday</parameter> <= 2465342 ). The time returned is + localtime (and not GMT). </para> <para> See also <function>unixtojd</function>.