Author Topic: How Do I Set the Time Zone?  (Read 1623 times)

cmahaney

  • Newbie
  • *
  • Posts: 3
    • View Profile
How Do I Set the Time Zone?
« on: April 08, 2010, 00:30:39 »
Wondering where I can set the timezone....

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Re: How Do I Set the Time Zone?
« Reply #1 on: May 03, 2010, 08:32:45 »
Flasherize uses the same time zone as your PHP is configured to use. You can verify your hosting provider's timezone by uploading a php file containing this piece of code.

Code: [Select]
<?php
phpinfo
();
?>

Usually you may change this in an .htaccess file. In case you cannot do that please contact your hosting provider to see if they can set the correct timezone for your web account.

o2ictllge3

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: How Do I Set the Time Zone?
« Reply #2 on: December 11, 2010, 10:11:03 »
I have tried to set the time zone on a number of occasions but was unsuccessful on each occasion. It is mentioned here that flashersize is using the same time zone as my PHP configuration but in my case the time zones are different. I really wonder what I have to do next.
profit com

!01FreddyCR

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How Do I Set the Time Zone?
« Reply #3 on: December 27, 2010, 09:59:28 »
call your provider service center
penny slot game reviews by let-poker.com (http://www.let-poker.com/a/online-slot-machines/penny-slots)
microgaming penny slot game (http://www.microgamingslots.org.uk/penny-slots)
instant penny slot games (http://www.slotspro.com/penny-slots)

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Re: How Do I Set the Time Zone?
« Reply #4 on: April 26, 2011, 08:30:16 »
Open your .htaccess file and add the following line:
Code: [Select]
SetEnv TZ locationwhere location is the specific timezone you want to define.
A list of Supported Timezones can be found here:
http://www.php.net/manual/en/timezones.php

If you have access to php.ini the information from PHP.net is available here:
http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
« Last Edit: May 31, 2011, 07:07:00 by fredric »

washingtonmike

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: How Do I Set the Time Zone?
« Reply #5 on: November 10, 2011, 18:18:26 »
Have a problem with the correct time zone my my chat messages I looked for the htaccess file but am unable to locate it on my server. Can you direct me, please? Thanks, Michael

washingtonmike

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: How Do I Set the Time Zone?
« Reply #6 on: November 10, 2011, 20:16:16 »
My isp, good people that they are, suggested a fix in the Wordpress file wp-settings.php. I'm running a Wordpress installation. It fixed my problem. Contact me by PM at washingtonmike@windstream.net for further info.