Just wondering if there are any plans to release an update to incorporate the latest version of the tz database? For an app we're using TzInfo in we need Caracass, but 0.3.11 still has outdated info:
timezone 'America/Caracas' do |tz| tz.offset :o0, -16064, 0, :LMT tz.offset :o1, -16060, 0, :CMT tz.offset :o2, -16200, 0, :VET tz.offset :o3, -14400, 0, :VET tz.transition 1890, 1, :o1, 1627673863, 675 tz.transition 1912, 2, :o2, 10452001043, 4320 tz.transition 1965, 1, :o3, 39020187, 16 tz.transition 2007, 12, :o2, 1197183600 end The v2008i of the tz database has the most recent Caracass info: # Zone NAME GMTOFF RULES FORMAT [UNTIL] Zone America/Caracas -4:27:44 - LMT 1890 -4:27:40 - CMT 1912 Feb 12 # Caracas Mean Time? -4:30 - VET 1965 # Venezuela Time -4:00 - VET 2007 Dec 9 03:00 -4:30 - VET regards, mark
_______________________________________________ TZInfo-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/tzinfo-users
