search for: gmt_zone

Displaying 1 result from an estimated 1 matches for "gmt_zone".

2005 Oct 19
1
TZInfo::Timezone problem selected value
hey, i have a record in the database gtm_zone with value ''Europe/London'' i want to have a select box with all the zones and the corrected selected @firm.gmt_zone = Europe/London TimeZone from ruby (trying to expand with TZinfo) dont want to select Europe/London, and not sorted <select id="firm_gmt_zone" name="firm[gmt_zone]"> <%= time_zone_options_for_select(selected = @firm.gmt_zone, priority_time_zones = nil, model = TZInf...