Would "am" and "pm" be convenient and useful methods that Rails should stick on top of the Numeric class?
So instead of calling Time.parse("23:30") to get a Time object at 11:30 PM, you could do 1130.pm instead.
Just trying to get an opinion before I create a patch, unit tests, etc and try and convince someone to notice
Here are the methods if anyone wants to use them:
http://code.inklingmarkets.com/journal/2007/2/7/an-easy-way-to-have-a-time-in-ruby.html