INSTALL
readme
Todo List
A collection of static (for now) methods dealing with time zone handling.
For the original "Timezone Hack" discussion, see
static string getTimeZoneDropDown( [string $selected = ''], [array $attributes = array()])
static string getUserTimeZone( )
static array listAvailableTimeZones( )
static void setSystemTimeZone( [string $tz = ''])
static void setUserTimeZone( )
Note that it does nothing if $_CONF['timezone'] is empty, i.e. if no system timezone is defined, we don't set a user timezone either.