aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/datetime.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developNils Adermann2013-02-241-1/+1
* [feature/new-tz-handling] Rename $user->tz back to $user->timezoneJoas Schilling2012-07-181-2/+2
* [feature/new-tz-handling] Require user argument on phpbb_datetimeJoas Schilling2012-07-161-4/+3
* [feature/new-tz-handling] Fix code and doc layoutJoas Schilling2012-06-201-2/+4
* [feature/new-tz-handling] Trim comment length and remove leading underscoresJoas Schilling2012-06-191-4/+5
* [feature/new-tz-handling] Remove function getTimestamp() as we require php 5.3Joas Schilling2012-06-181-18/+0
* [feature/new-tz-handling] Fix documentation in includes/datetime.phpJoas Schilling2012-06-181-7/+8
* [feature/new-tz-handling] Do not use underscore as prefix for userJoas Schilling2012-06-181-9/+9
* [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