Fix bug #67870 (jdtounix() claims localtime, but that's not true)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342998 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-09-04 12:02:58 +00:00
parent fa044ac517
commit b92b86af55
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,7 @@
<parameter>jday</parameter> is not inside the Unix epoch
(Gregorian years between 1970 and 2037 or 2440588 &lt;=
<parameter>jday</parameter> &lt;= 2465342 ). The time returned is
localtime (and not GMT).
UTC.
</para>
</refsect1>

View file

@ -15,7 +15,8 @@
<para>
Return the Julian Day for a Unix <parameter>timestamp</parameter>
(seconds since 1.1.1970), or for the current day if no
<parameter>timestamp</parameter> is given.
<parameter>timestamp</parameter> is given. Either way, the time is regarded
as local time (not UTC).
</para>
</refsect1>