On Thursday 30 March 2006 12:58 am, Charles O Nutter wrote: > Tom and I talked about this a bit...I think it's perfectly valid to have > Date and ruby's Time be interchangeable. I can appreciate the > backward-compatibility thing, but there's not so many people out there > using this that making Date methods return Time would be a serious problem > (methinks). However, maybe it would make sense to have a subclass of Time > that still exposes Date's methods? >
I'd definately be concerned about converting java.util.Date to Time automatically. If you wanted to do anything, it should be to DateTime. I *think* Time is 'kind of deprecated'. David ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
