mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
added a warning regarding Solaris and strftime("%u")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65684 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
967dc1ac1e
commit
acc203be6e
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.58 $ -->
|
||||
<!-- $Revision: 1.59 $ -->
|
||||
<reference id="ref.datetime">
|
||||
<title>Date and Time functions</title>
|
||||
<titleabbrev>Date/time</titleabbrev>
|
||||
|
@ -973,6 +973,13 @@ echo strftime ("Last day in Feb 2000 is: %d", $lastday);
|
|||
%u - weekday as a decimal number [1,7], with 1 representing
|
||||
Monday
|
||||
</simpara>
|
||||
<warning>
|
||||
<simpara>
|
||||
Sun Solaris seems to start with Sunday as 1
|
||||
although ISO 9889:1999 (the current C standard) clearly
|
||||
specifies that it should be Monday.
|
||||
</simpara>
|
||||
</warning>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue