aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/datetime.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/new-tz-handling] Correct a bug preventing multiple formats working.Chris Smith2012-03-141-14/+14
* [feature/new-tz-handling] Removed line that was missed in cc312d8.Chris Smith2012-03-141-2/+0
* [feature/new-tz-handling] Fix bug from 3.0 formatting future dates.Chris Smith2012-03-141-1/+2
* [feature/new-tz-handling] Check the is_short flag stored inside the format ar...Chris Smith2012-03-141-3/+2
* [feature/new-tz-handling] Fix undefined variable.Chris Smith2012-03-141-0/+2
* [feature/new-tz-handling] Explained name of phpbb_datetime::getTimestamp()Chris Smith2012-03-141-0/+1
* [feature/new-tz-handling] Added phpbb_datetime::__toString().Chris Smith2012-03-141-0/+10
* [feature/new-tz-handling] Comment and optimise phpbb_datetime::format().Chris Smith2012-03-141-3/+10
* [feature/new-tz-handling] Correct typo in member comment.Chris Smith2012-03-141-1/+1
* [feature/new-tz-handling] Renamed old variables and removed extra conditional.Chris Smith2012-03-141-24/+19
* [feature/new-tz-handling] Use phpbb_datetime rather than phpbb_DateTime.Chris Smith2012-03-141-2/+2
* [feature/new-tz-handling] Wrapper around DateTime for new date time handling.Chris Smith2012-03-141-0/+160