mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fix docblock
This commit is contained in:
parent
d26f869455
commit
3800029c9a
1 changed files with 1 additions and 1 deletions
|
@ -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 string $serverTime UNIX timestamp
|
||||||
* @param mixed $timezone User's timezone string or DateTimeZone object
|
* @param mixed $timezone User's timezone string or DateTimeZone object
|
||||||
|
|
Loading…
Add table
Reference in a new issue