By default, logs written to Joomla's logs/error.php file are written in UTC time. There may be instances however when you need for Joomla to log using the server's timezone and not UTC time. In this tutorial, we'll show you how to update a Joomla 2.5 core file to adjust the timezone in logs/error.php

Please note: If you are simply trying to adjust the timezone in Joomla 2.5, please see How to change the timezone in Joomla 2.5. This article (the one you're looking at now) focuses on changing the timezone that Joomla uses when writing to error logs.

To change the timezone in Joomla's logs/error.php log file:

  1. Use your favorite file editor and open for edit libraries/joomla/log/entry.php
  2. At line 98, you will see the following code:

    // Get the date as a JDate object.
    $this->date = new JDate($date ? $date : 'now');

    Adjust this code so that it looks similar to the following:

    // Get the date as a JDate object.
    // $this->date = new JDate($date ? $date : 'now');
    $this->date = new JDate(date("Y-m-d H:i:s"));

  3. Save the file, and you're done! Joomla's logs/error.php will now record errors with your server's current timezone.
Like this Article?

Login to comment.

Your Opinion Matters

... but we need to know what you're thinking!

I'm Brad Markle, your friendly Community Support technician, and I wrote the article you're looking at now. I like to think it's perfect, but I'm sure you have some suggestions. Please, let me know what they are!

Feedback
Your Email Address
Because we'd like to talk with you!

Latest Questions

If you need some help, submit your question to our Community!
We guarantee a response within 60 minutes (8am - 9pm EST, Monday - Friday)
Ask a Question!
Recent Questions
  1. Has anyone created Terms of Services for their resellers?
  2. Help with Newrelic installation
  3. Website down again.

Need more Help?

Search

Ask the Community!

Get help with your questions from our community of like-minded hosting users and InMotion Hosting Staff.

Current Customers

Chat: Click to Chat Now E-mail: support@InMotionHosting.com
Call: 888-321-HOST (4678) Ticket: Submit a Support Ticket

Not a Customer?

Get web hosting from a company that is here to help. Sign up today!