| 1 drupal.inc | drupal_get_user_timezone() | 
Returns the time zone of the current user.
Deprecated
since 1.0.0
See also
Related topics
File
- core/includes/ drupal.inc, line 357 
- Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_get_user_timezone() {
  return backdrop_get_user_timezone();
}
