Active
Project:
Auto Time Zone
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2011 at 13:09 UTC
Updated:
15 Mar 2011 at 13:09 UTC
Hi,
I'd like to suggest to also set the default timezone name by modifying line 92 of autotimezone.module from
user_save($user, array('timezone' => $offset));
to
user_save($user, array('timezone' => $offset, 'timezone_name' => timezone_name_from_abbr("", $offset,0)));