Zen Cart Logo
Forums / Basic Configuration / Daylight Saving Time (Summer Time)

Daylight Saving Time (Summer Time)

Locked

Views: 1,293

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
30 Mar 2009, 9:17 AM
#1
fergusmacdonald avatar

fergusmacdonald

Zen Follower

Join Date:
Oct 2007
Location:
Edinburgh, Scotland
Posts:
243
Plugin Contributions:
0

Daylight Saving Time (Summer Time)

Hi,

Is there any way to set the time zone within Zen-Cart, or is it controlled by the server?

The UK moved to summer time yesterday GMT+1 and the time stamp has not changed in Zen-Cart.

Thanks.

30 Mar 2009, 12:01 PM
#3
fergusmacdonald avatar

fergusmacdonald

Zen Follower

Join Date:
Oct 2007
Location:
Edinburgh, Scotland
Posts:
243
Plugin Contributions:
0

Re: Daylight Saving Time (Summer Time)

kobra:

This is server time
You might employ a module for time zone offset

http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=145

Hi, thanks for your reply.

Yes, i saw that module in another thread for a similar problem.

However, i'm keen to find out what is causing this problem, rather than manually applying an override to the problem.

30 Mar 2009, 12:04 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Daylight Saving Time (Summer Time)

However, i'm keen to find out what is causing this problem, rather than manually applying an override to the problem.
As stated this is not a "problem" - ZenCart draws upon SERVER time, so unless you have access to the server settings or can ask your host to alter it the offset is the only other solution

30 Mar 2009, 1:03 PM
#5
fergusmacdonald avatar

fergusmacdonald

Zen Follower

Join Date:
Oct 2007
Location:
Edinburgh, Scotland
Posts:
243
Plugin Contributions:
0

Re: Daylight Saving Time (Summer Time)

fergusmacdonald:

Hi,

Is there any way to set the time zone within Zen-Cart, or is it controlled by the server?

The UK moved to summer time yesterday GMT+1 and the time stamp has not changed in Zen-Cart.

Thanks.

kobra:

As stated this is not a "problem" - ZenCart draws upon SERVER time, so unless you have access to the server settings or can ask your host to alter it the offset is the only other solution

Hi there,

OK great thanks. Sorry if i wasn't very clear, but that is what i was originally asking. If it is controlled by the server, or within ZC. My use of the term problem was also meant to infer 'enigma' rather than a difficulty.

I've also just noticed that i didn't read your first reply very well! My bad!

Thanks.

31 Mar 2009, 8:27 AM
#6
fergusmacdonald avatar

fergusmacdonald

Zen Follower

Join Date:
Oct 2007
Location:
Edinburgh, Scotland
Posts:
243
Plugin Contributions:
0

Re: Daylight Saving Time (Summer Time)

Hi again,

Just found out that the server is running UTC - is Zen-Cart able to recognise this and adjust for DST automatically, or do i need to install the mod?

Thanks.

31 Mar 2009, 10:26 AM
#7
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Daylight Saving Time (Summer Time)

The current version of Zen Cart (presently v1.3.8) does not make any adjustments for time zones. It operates directly on the server's time clock.
If you wish to alter that behavior, you'll need to customize the code or use an addon.

31 Mar 2009, 11:39 AM
#8
fergusmacdonald avatar

fergusmacdonald

Zen Follower

Join Date:
Oct 2007
Location:
Edinburgh, Scotland
Posts:
243
Plugin Contributions:
0

Re: Daylight Saving Time (Summer Time)

DrByte:

The current version of Zen Cart (presently v1.3.8) does not make any adjustments for time zones. It operates directly on the server's time clock.
If you wish to alter that behavior, you'll need to customize the code or use an addon.

OK, thanks. Much appreciated.