The Date Timezone module requires you to set the site timezone name.

brucet1952 - July 3, 2008 - 15:42
Project:Date
Version:6.x-2.x-dev
Component:Date Timezone
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Everytime I run the Status report I get the above outcome. I am running the latest versions of views (recommended, not betax) and update Date module. Our drupal core is 6.2 and I am using Vista OS.

#1

Baldrick5183 - July 15, 2008 - 19:22
Version:6.x-2.x-dev» 6.x-2.0-beta3

I am having exactly the same problem, using Drupal Core 6.3 and Windows XP.

I have set the Time Zone and saved the settings but it says that I need to set it each time I review the Status Report.

#2

soadchik - July 16, 2008 - 14:12

I am having the same issue. I will set the time zone to US/Central. Then, every time I check the status or run cron, it resets the time zone back to Africa/Addis.

I am using Drupal Core 6.3

#3

KarenS - July 17, 2008 - 14:36
Status:active» fixed

I'm pretty sure that has been fixed since beta3, try the latest -dev version of the code.

#4

Jacobtv - July 17, 2008 - 15:59

It does not seem to be fixed yet. I'm still having the problem, and I just updated...

#5

KarenS - July 20, 2008 - 19:21
Status:fixed» postponed (maintainer needs more info)

You updated to what? I don't see this in the current -dev version.

#6

Jacobtv - July 21, 2008 - 08:02

Sorry det version is 6.x-2.0-beta3

#7

KarenS - July 21, 2008 - 10:31
Status:postponed (maintainer needs more info)» fixed

You need to get the -dev version to see the changes. The beta3 version does not have them. It never changes. The changes will then make it into the next release, but for now they are in the -dev version.

#8

Jacobtv - July 28, 2008 - 06:08

Installed the -dev version, and the problem is still there... No change...

#9

lucho_smith - July 31, 2008 - 04:06
Version:6.x-2.0-beta3» 6.x-2.x-dev
Category:support request» bug report

I had the same issue so I updated to the latest dev version as suggested. Now whenever I try to set the timezone, I click save, it says my configuration has been saved yet the timezone resets to the default value. So at this point neither dev or beta 3 are working for me.

#10

lucho_smith - July 31, 2008 - 13:13

Ok, so after dev version didn't work I tried to disable it... but I can't.

under admin/build/modules I uncheck timezone and click save. The page reloads and timezone is checked. Date api cannot be disabled because timezone depends on it so the checkbox is ghosted.

-- I had to upgrade to beta3 again and then disable.

#11

lucho_smith - July 31, 2008 - 13:16

I solved this problem in my environment.

I had the Event module still enabled. After disabling it I noticed that the listings in the timezone drop down had changed. For example "EST" no longer appeared on the list. So I set it to America/NewYork and saved my changes. After that, date timezone module did not complain ;)

#12

KarenS - July 31, 2008 - 14:42

You cannot use the Event module with the Date API because the Event module takes over the timezone settings form so there is no way to set a timezone for the Date API. There is an issue on the Event issue queue and the Date issue queue about this, and it is noted in all the documentation and on the Date project page. So for anyone trying to use both, that is the problem and you must disable one or the other.

#13

Anonymous (not verified) - August 14, 2008 - 14:52
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

#14

macrocosm - November 2, 2008 - 18:07

Is that right. The event mod doesnt seem towork without the calendar and date stuff so why would they clash? This drove me crazy for a bit. Did anyone ever figure out a work around on this?

#15

Jacobtv - November 3, 2008 - 11:09

I had it working, by only activating the Date API module, and not the Date Timezone module. In that way, Event module handles all timezone handling.

#16

KarenS - November 3, 2008 - 12:13

You absolutely cannot use Date API without using the Date Timezone module!!! You should not be able to turn it off, since it is a dependency.

The Event module does not use anything in Date or Calendar, it has its own methods for handling dates and drawing calendars, and it has it's own methods for handling timezones, using a timezone id and a different name for the timezone. Plus it has some timezone names that are now deprecated that the Date API doesn't use. So each must have it's own settings in the database to work right.

I originally posted that you couldn't use them together, because of this, but I have since fixed this in the -dev version. The Date Timezone module now fixes this by having you set the things that the Date API needs and then, if the Event module is enabled, it updates the things that the Event module needs so that Event will work, too.

If you are using both, go to the timezone settings page while they are both turned on and make your selections and save the changes and both modules will get updated correctly.

 
 

Drupal is a registered trademark of Dries Buytaert.