The timezones tag has no wiki summary.
0
votes
0answers
10 views
Date Fields get weird with DST
I have a content type with a date field. I set up the Date field to use the page default time zone. In my case Europe/Vienna +1:00.
But since the daylight saving time is on, everything got weird:
...
0
votes
0answers
58 views
How to create a custom module to overwrite timezone display in Drupal 7
I found this post which is the information I need to make the timezone personalization I want. I have found other solutions but they are pretty old (Drupal 6). I am interested in knowing how to ...
1
vote
1answer
31 views
At user creation set different default timezone
When a new user applies for an account, how does one set the timezone default from 'America/Denver' to 'UTC' timzeone? It's ok to allow the user to change the timezone to a preferred timezone. ...
0
votes
1answer
40 views
How do I display date and time for multiple time zones?
I am webmaster at http://www.archerpoint.com. We would like to display our events in both Eastern and Pacific time. I only know how to control the system time zone or let the user set their own time ...
0
votes
1answer
61 views
Can I just change Drupal's default timezone to test to see if some scheduled rules will fire?
I need to test to see if some scheduled rules will fire as expected. I cannot change the server time, as I do not have access to do this. However, if I change Drupal's default timezone can I expedite ...
0
votes
1answer
96 views
Drupal Time Zone Problem
I've got some nodes which have different time value when I edit and display them.
13th November 2012 6 pm is the value that I input, however, when I tried to display that, it becomes 13th November ...
0
votes
1answer
232 views
How to use Drupal unixtime instead of timestamp
What is the proper Drupal way to deal with timestamp fields?
I wanted to create two timestamp fields in a MySQL table, but ran into some problems that I can't solve (see this question). So now I ...
0
votes
1answer
193 views
Change Time Format
I'm confused about all of the time formats and then each format seems to have a matching format with a pm attached at the end. Does the pm signify that it will use 12 hour am and 12 hour pm vs 24 hour ...
1
vote
1answer
240 views
Convert D6 user timezone offset to D7 timezone string
In Drupal 6 user timezones are stored as second offset, such as: -3600. In Drupal 7 it's the timezone string, eg: Europe/Berlin.
I would to migrate users with their timezone setting to D7, but it's ...
1
vote
1answer
236 views
How to override system_time_zones in Drupal 7
How can I override the system_time_zones() function without hacking the Drupal 7 core?
I would like to modify how the dropdown list is presented, but cannot seem to get at it with hook_form_alter().
...
1
vote
2answers
180 views
How can I add the +0430 timezone to Drupal 6?
As you know, Drupal 6 doesn't have the +0430 timezone in the date/time page. I want to add this specific item into timezone drop-down list.
Does anybody know about this core patching? How can I do ...
0
votes
0answers
96 views
Problem with timezone
When I edit my node I have this date
But when I save the system change the Time:
I really don't understand because my timezone on the server and drupal are the same.
And my field is well ...
0
votes
1answer
167 views
Convert timezone value from seconds to W3C hour format
Doing an API integration that requires timezones to be handed off in W3C format, while Drupal opts to store timezones in seconds.
Wondering what the clean way to do this is, rather than stripping the ...
2
votes
2answers
1k views
Apply the timezone offset to my date field
I use the Date Module. My contenttype event dates are stored like
field_date['de'][0]['value'] = 2011-12-09T10:40:00 (String, 19 characters )
field_date['de'][0]['value2'] 2011-12-09T13:10:00 ...
1
vote
1answer
2k views
Date form to unix timestamp
I'm using Drupal 7.8, and am trying to get the user to specify a date using the drupal date form. I want to take this date, and save it to a database as a unix timestamp. The trouble is, I think the ...
3
votes
2answers
841 views
Timezone Dropdown List in User Account
Doe anyone know how to change the timezone dropdown list in the user account/registration?
So which file is the menu/settings located in? (Assuming I am using Garland theme if that matters, and the ...
1
vote
2answers
2k views
How do you apply timezone formatting to a date?
I'm trying to build my own output for a date field *see Group multiple times by day (multi-value date field) *, but the problem I'm having is how to apply the timezone?
This article -> Date value to ...
5
votes
1answer
2k views
The differences between date time zone handling
There are several options for time zone handling, Site's time zone, Date's time, User's time zone, UTC and no time zone conversion. What are the differences between them?
One case would be a ...