Skip to content

Consider using JodaTime instead of Date/Timestamp #1

Description

@nealeu

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions