posted by bmishkin  03/11/2009

Rails 2.2 has straightforward, plugin-free support for timezones and localization. Woot to rails core, goodbye to tzinfo.

But what if you need to use a variable using a MySQL::time column – like lunch_time that describes a time of day? Lets use the example of an Activ... more »