You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: