Steve
]]>This is definately overdue. I am seriously thinking of starting a project on this, but I really don’t want to duplicate other efforts.
I am thinking of duplicating the design of the TimeAndMoney project on SourceForge ( http://sourceforge.net/projects/timeandmoney/ ). It covers TimePoint, CalendarDate, TimeOfDay, Duration, intervals, and a few others. TimePoint is equal to Time in Ruby.
The project would implement the base classes, and separate mappers for ActiveRecord.
I need help to research existing projects to avoid duplicate efforts, and testing with real-world usage. Any developers are of course welcome to join.
Anyone interrested in participating?
]]>Secondly, I’m using a TIME column because I specifically don’t want date information associated with the time information.
Why would you want date information along with your times if you were writing, say, a train timetable? You want the time the train leaves each station, and what days of the week it runs on.
]]>