Cosmo use of Date is currently flawed when a Timestamp is provided, as Timestamp.after(Timestamp) is not called but instead Date.after(Date) is called on the seconds part of the timestamp object. See http://stackoverflow.com/a/2411168
Additionally, Date has quirky perf characteristics see http://joda-time.sourceforge.net/index.html
Cosmo use of Date is currently flawed when a Timestamp is provided, as Timestamp.after(Timestamp) is not called but instead Date.after(Date) is called on the seconds part of the timestamp object. See http://stackoverflow.com/a/2411168
Additionally, Date has quirky perf characteristics see http://joda-time.sourceforge.net/index.html