Displaying 1 result from an estimated 1 matches for "centraltim".
Did you mean:
centraltime
2008 May 15
0
Display time in “US-Central” Format Tzinfo
...s US zones on top
of drop down in “ America-New york” format .
<%= time_zone_select (''profile'',
''time_zone'',TZInfo::Timezone.us_zones, :model =>
TZInfo::Timezone, :default => "America/Chicago" )%>
I can display US zones in “ (GMT - 06:00 ) CentralTime (US & Canada)”
by using standard rails TimeZone ( <%= time_zone_select (''profile'',
''time_zone'' > ) . But , I will have problem when I use “utc_to_local”
method .
Thanks,
Madhu Nallamani
--~--~---------~--~----~------------~-------~--~----~
You receiv...