function calendar_offset in Calendar 7
Same name and namespace in other branches
- 5.2 calendar.module \calendar_offset()
- 5 calendar.module \calendar_offset()
- 6.2 calendar.module \calendar_offset()
- 7.2 calendar.module \calendar_offset()
TODO need to identify type of timezone handling needed for each date field
File
- ./
calendar.module, line 110 - Adds calendar filtering and displays to Views.
Code
function calendar_offset($field_name) {
$default_offset = variable_get('date_default_timezone', 0);
$configurable_zones = variable_get('configurable_timezones', 1);
}