aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2010-04-18 22:26:33 +0100
committerOleg Pudeyev <oleg@bsdpower.com>2012-03-14 22:57:29 -0400
commite8b60fc3d8b483fda50c715e59b73861cd3ced9e (patch)
treedaca31e651cbb7e67aa9f313469c234d87f25370 /phpBB
parent6f7d095e3f4b09847c5963646b2f4a817d68ba39 (diff)
downloadforums-e8b60fc3d8b483fda50c715e59b73861cd3ced9e.tar
forums-e8b60fc3d8b483fda50c715e59b73861cd3ced9e.tar.gz
forums-e8b60fc3d8b483fda50c715e59b73861cd3ced9e.tar.bz2
forums-e8b60fc3d8b483fda50c715e59b73861cd3ced9e.tar.xz
forums-e8b60fc3d8b483fda50c715e59b73861cd3ced9e.zip
[feature/new-tz-handling] Use phpbb_datetime rather than phpbb_DateTime.
PHPBB3-9558
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/datetime.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/datetime.php b/phpBB/includes/datetime.php
index b1e95e58a3..d14693faa3 100644
--- a/phpBB/includes/datetime.php
+++ b/phpBB/includes/datetime.php
@@ -11,7 +11,7 @@
* phpBB custom extensions to the PHP DateTime class
* This handles the relative formats phpBB employs
*/
-class phpbb_DateTime extends DateTime
+class phpbb_datetime extends DateTime
{
/**
* String used to wrap the date segment which should be replaced by today/tomorrow/yesterday
@@ -29,7 +29,7 @@ class phpbb_DateTime extends DateTime
static protected $format_cache = array();
/**
- * Constructs a new instance of phpbb_DateTime, expanded to include an argument to inject
+ * Constructs a new instance of phpbb_datetime, expanded to include an argument to inject
* the user context and modify the timezone to the users selected timezone if one is not set.
*
* @param string $time String in a format accepted by strtotime().