Jump to content

Recommended Posts

Hello everyone!

 

I'm looking for a way to set it so my time is accurate to my timezone on my website. I have a little bar at the bottom of my emails that read

 

---------------------------------

This message was automatically generated on: 05/12/07 5:04:57 PM

 

However my timezone, for example, would make the time 6:04:57 PM.

 

I am using PHP 4.4.4 so date_default_timezone_set doesn't work.

 

I'd appreciate any ideas you might have to make the time accurate.

 

Thanks!!

Link to comment
https://forums.phpfreaks.com/topic/51117-setting-timezone/
Share on other sites

if you used

 

ADDDATE(date, INTERVAL 1 HOUR) that would add one hour to the current time and that would solve the problem. 

 

"date" in this case could be either an entered date or a value you set.  In your case, just set it equal to curdate() or something equivalent. 

Link to comment
https://forums.phpfreaks.com/topic/51117-setting-timezone/#findComment-251634
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.