From 88a817e166c11163d2a5832c0e79056cdfa404ae Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 13 Nov 2009 21:29:26 +0000 Subject: [PATCH] Not always DST (bug #49773) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290703 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetime/getoffset.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/datetime/datetime/getoffset.xml b/reference/datetime/datetime/getoffset.xml index c876f2ee4f..555f5d0680 100644 --- a/reference/datetime/datetime/getoffset.xml +++ b/reference/datetime/datetime/getoffset.xml @@ -4,7 +4,7 @@ DateTime::getOffset - Returns the daylight saving time offset + Returns the timezone offset &reftitle.description; @@ -30,7 +30,8 @@ &reftitle.returnvalues; - Returns DST offset in seconds on success&return.falseforfailure;. + Returns offset in seconds with respect to daylight saving time on success + &return.falseforfailure;.