I looked for, but couldn't find clarification of what the Date CCK field's 'timezone handling method' options mean and how they should be used.
Can anyone help please?
I looked for, but couldn't find clarification of what the Date CCK field's 'timezone handling method' options mean and how they should be used.
Can anyone help please?
Comments
Comment #1
arlinsandbulte commentedYes, I agree. There is no documentation about what the various time zone settings mean, what they do, how they affect the data, and when/where they should be used.
Places with time zone settings:
Available Options:
Comment #2
arlinsandbulte commentedI have been fuddling around with the timezone settings & handling methods a little lately to better understand this.
Below is what I think I know so far. This is just a start. DON"T TAKE THIS AS GOSPEL YET! I am not 100% sure of everything said below.
Karen (or anyone): If you could, please read this and let me know if I am going in the right direction and if I have anything wrong (and I am sure I do).
Thanks.
Locale Settings at /admin/settings/date-time
Default time zone
Sets the default time zone for the website. Think of this setting as the time zone where the organization is based. When annonmyous users visit the site, time fields displayed for them will be converted to this time zone.
User-configurable time zones
Determines if individual users can set thier own default time zone. When the user is logged on, this effectively over-rides the above "Default time zone" setting.
First day of week:
Sets the desired first day of week. Mostly affects calendar grid displays, but also affects date-browser output when vieing dates by week. For most US/english sites, this should be set to Sunday. Monday is also frequently used in countries that follow the ISO 8601 date standard. Also, Saturday is common among Gulf Cooperation Council countries. (see http://en.wikipedia.org/wiki/Seven-day_week#Week_number for details)
Time Zone settings unique to each date field instance
at /admin/content/node-type/[machine_name_of_node-type]/fields/field_[machine_name_of_field]
Time zone handling
There are 5 different options for field Time zone handling:
Later, I could add some use cases/examples to better explain the options above.
Comment #3
rar commentedThanks! Good info.
Comment #4
arlinsandbulte commentedI added the info in #2 above to the docs here: http://drupal.org/node/767182
It may not be 100% correct, but at least it is more accessible to others now.