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

Add microsecond precision #139

Closed
cverges opened this issue Apr 17, 2014 · 1 comment
Closed

Add microsecond precision #139

cverges opened this issue Apr 17, 2014 · 1 comment

Comments

@cverges
Copy link

cverges commented Apr 17, 2014

This is a feature request for adding microsecond precision to joda-time.

The need for microsecond precision is more common than it used to once be. For example, support for this level of precision has recently been added to MySQL (5.6.4+ via DATETIME(6)) and has existed in other relational databases (Oracle, PostgreSQL, etc.) for some time.

@jodastephen
Copy link
Member

This is pretty near to impossible in Joda-Time as millis is baked in everywhere. Fortunately, java.time (JSR-310) in Java SE 8 supports nanosecond precision.

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

No branches or pull requests

2 participants