mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[feature/new-tz-handling] Explained name of phpbb_datetime::getTimestamp()
phpbb_datetime::getTimestamp() exists purely to support PHP 5.2 which does not implement the method. PHPBB3-9558
This commit is contained in:
parent
dba89a5341
commit
f085735ef8
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class phpbb_datetime extends DateTime
|
|||
/**
|
||||
* Returns a UNIX timestamp representation of the date time.
|
||||
*
|
||||
* @internal This method is for backwards compatibility with 5.2, hence why it doesn't use our method naming standards.
|
||||
* @return int UNIX timestamp
|
||||
*/
|
||||
public function getTimestamp()
|
||||
|
|
Loading…
Add table
Reference in a new issue