Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 21, 2012
1 parent d26f869 commit 3800029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Utility/CakeTime.php
Expand Up @@ -192,7 +192,7 @@ protected static function _translateSpecifier($specifier) {
}

/**
* 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
Expand Down

2 comments on commit 3800029

@lorenzo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont forget adding docs to the book and migration guide

@ADmad
Copy link
Member Author

@ADmad ADmad commented on 3800029 Apr 22, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already done. Check the docs' 2.2 branch.

Please sign in to comment.