This may not work with your webhost, but it did for mine (Dreamhost).

1. Open index.php

2. Find line:
// Compares PHP version against our requirement.

3. Add the following line before that:
ini_set("date.timezone","Europe/London" ); //Set time zone to override
server default

4. Save

Note: If you're not in London, you'll need to change the time zone to
match your time zone.

If this doesn't work then you could try adding the following to
your .htaccess file - but this didn't work for me due to my php
configuration:
SetEnv TZ Europe/London

I hope that helps

On Aug 14, 6:06 pm, speech <[EMAIL PROTECTED]> wrote:
> Hi guys, I'm totally new at habari; i'd like to know how can i change
> the settings for date and time to adjust the blog at my timezone,
> right now when i publish an article date and time appear the ones the
> server uses.
> thanx a lot

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/habari-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to