You are here

28 calls to date_default_timezone_name() in Date 5.2

date_copy_convert_events in date_copy/date_copy.module
date_date in date_php4/date_php4.inc
Return formatted date based on timestamp $timestamp.
date_default_timezone in ./date_api.module
A timezone object for the default timezone.
date_formatter_process in date/date.module
Helper function for creating formatted date arrays from a formatter.
date_generate in date/date_content_generate.inc
date_get_gmt_diff_ts in date_php4/date_php4.inc
Get local time zone offset from GMT.
date_get_timezone in ./date_api.module
Function to figure out which local timezone applies to a date and select it
date_get_timezone_db in ./date_api.module
Function to figure out which db timezone applies to a date and select it
date_ical_date in ./date_api_ical.inc
Return a date object for the ical date, adjusted to its local timezone.
date_ical_export in ./date_api_ical.inc
Turn an array of events into a valid iCalendar file
date_is_dst in date_php4/date_php4.inc
Check if time is in Daylight Savings Time Uses dst region code, as stored in the $timezone_map array from date_php4_tz_map.inc
date_make_date in ./date_api.module
Convert a date of any type or an array of date parts into a valid date object.
date_mktime in date_php4/date_php4.inc
Return a timestamp given a local time.
date_popup_elements in date_popup/date_popup.module
Implementation of hook_elements().
date_sql_handler::arg_range in ./date_api_sql.inc
Use the parsed values from the ISO argument to determine the min and max date for this period.
date_sql_handler::construct in ./date_api_sql.inc
date_sql_handler::sql_where_date in ./date_api_sql.inc
Create a where clause to compare a complete date field to a complete date value.
date_views_set_timezone in date/date_views.inc
Central function for setting up the right timezone values in the SQL date handler.
date_week_range in ./date_api.module
Start and end dates for a calendar week, adjusted to use the chosen first day of week for this site.
_date_api_elements in ./date_api_elements.inc
Implementation of hook_elements().
_date_date in date_php4/date_php4_lib.inc
Low level function to create date() for pre-1970 and post-2038 dates.
_date_getdate in date_php4/date_php4_lib.inc
Low-level function that returns the getdate() array for pre-1970 and post-2038 dates.
_date_mktime in date_php4/date_php4_lib.inc
Low level function to create mktime() for pre-1970 and post 2038 dates.
_date_repeat_calc in date_repeat/date_repeat_calc.inc
Private implementation of date_repeat_calc().
_date_repeat_rrule_process in date_repeat/date_repeat_form.inc
Generate the repeat setting form.
_date_token_values in date/date_token.inc
_date_views_filter_handler in date/date_views.inc
_date_views_handler_filter_date_value_form in date/date_views.inc
Provide a form gadget for dates.