since rails added timezone support and integrated tzinfo, is there a difference in usine TimeZone vs Tzinfo::Timezone? Is there a relationship between the two? Looking at the API docs there is more functionality in the latter. Thanks
Looking around it seems like TimeZone is the calss to use at least for storing timezones to make time displays in user''s local zone. On Oct 1, 2:49 pm, "tashfeen.ekram" <tashfeen.ek...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> since rails added timezone support and integrated tzinfo, is there a > difference in usine TimeZone vs Tzinfo::Timezone? > > Is there a relationship between the two? Looking at the API docs there > is more functionality in the latter. > > Thanks