Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Joda-Time? #7

Open
twingly-mob opened this issue Mar 2, 2016 · 2 comments
Open

Support for Joda-Time? #7

twingly-mob opened this issue Mar 2, 2016 · 2 comments

Comments

@twingly-mob
Copy link
Member

twingly-mob commented Mar 2, 2016

Joda-Time seems to be much better than the built-in Java classes like Date. http://www.joda.org/joda-time/

Following SO thread is quite interesting: http://stackoverflow.com/questions/308683/how-can-i-get-the-current-date-and-time-in-utc-or-gmt-in-java

twingly-mob pushed a commit that referenced this issue Mar 4, 2016
@xSAVIKx
Copy link
Contributor

xSAVIKx commented Mar 4, 2016

Joda-Time is really better than build-in Java date API, so it's quite good improvement.
But the question will be: what exact Joda-Time version would you like to use ?
Cause I was already in situation, when project uses Joda-Time smth about v. 2.2 and new dependency uses 2.7 and they were not fully-compatible

@walro
Copy link
Contributor

walro commented Mar 4, 2016

We haven't really thought much about versions, what caught our attention was how badly designed the Date class is and that we get deprecation warnings when building.

What I do like about the Date class is that it's simple, no timezone weirdness and so on.

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

No branches or pull requests

3 participants