Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2017-10-20 00:56:57 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2017-10-20 00:56:57 +0300
commit6619f1b75161be0a2572f9c7dae0a5449e9ac747 (patch)
treed6bc0f625853c80cceed8ca69e0378a00fcb8642 /core/Date.php
parent11caafba4d1d23f8b2ebecbad670a11dec92e213 (diff)
Fix comment for Date::getUtcOffset (#12210)
Diffstat (limited to 'core/Date.php')
-rw-r--r--core/Date.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Date.php b/core/Date.php
index 3415af6f95..c33c0ed188 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -238,8 +238,8 @@ class Date
/**
* Returns the offset to UTC time for the given timezone
*
- * @param $timezone
- * @return int offest in minutes
+ * @param string $timezone
+ * @return int offset in seconds
*/
public static function getUtcOffset($timezone)
{