mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
fa044ac517
commit
b92b86af55
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
<parameter>jday</parameter> is not inside the Unix epoch
|
||||
(Gregorian years between 1970 and 2037 or 2440588 <=
|
||||
<parameter>jday</parameter> <= 2465342 ). The time returned is
|
||||
localtime (and not GMT).
|
||||
UTC.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue