Browse Source

Fix docblock

ADmad 14 years ago
parent
commit
3800029c9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Utility/CakeTime.php

+ 1 - 1
lib/Cake/Utility/CakeTime.php

@@ -192,7 +192,7 @@ class CakeTime {
 	}
 
 /**
- * Converts given time (in server's time zone) to user's local time, given his/her offset from GMT.
+ * Converts given time (in server's time zone) to user's local time, given his/her timezone.
  *
  * @param string $serverTime UNIX timestamp
  * @param mixed $timezone User's timezone string or DateTimeZone object