SaaSHub helps you find the best software and product alternatives Learn more →
Joda-Time Alternatives
Similar projects and alternatives to Joda-Time
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
React
Discontinued The library for web and native user interfaces. [Moved to: https://github.com/react/react] (by facebook)
-
-
-
-
-
-
-
-
no-panic
Discontinued Attribute macro to require that the compiler prove a function can't ever panic
-
skipledger
Differential disclosure solution for maintaining and exposing information from evolving, append-only journals / ledgers.
-
-
Time4J
Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese, Julian, Korean, Minguo, Persian, Thai, Vietnamese
-
-
-
ThreeTenBP
Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310.
-
-
-
-
Joda-Time discussion
Joda-Time reviews and mentions
-
Serverless applications on AWS with Lambda using Java 25, API Gateway and DynamoDB - Part 6 Using GraalVM Native Image
org.joda.time.DateTime, which will be used to convert a timestamp from a string and back. Such a timestamp is a part of the API Gateway proxy request and response events. In my opinion, it's time to switch from Joda-Time to the Java Date/Time API for this.
-
Java language evolution (part 1)
Inspired by Joda-time. It came to solve the long-standing problems of the old date and time classes.
- Evolução da linguagem Java (parte 1)
-
History of Java: evolution, legal battles with Microsoft, Mars exploration, Spring, Gradle and Maven, IDEA and Eclipse
A significant improvement also arrived for date and time handling. The new java.time package, inspired by the popular Joda-Time library, replaced the outdated and cumbersome Date and Calendar classes. It offered developers a safe, predictable, and convenient API for working with temporal values.
-
Jiff: A brand new Datetime library for Rust, from the builder of ripgrep
In Java they had the same problem. The Java standard library implementation wasn't great, Jodatime came along to address those issues. Java 8 then introduced a new DateTime API that was heavily influenced by Jodatime with the benefit that as it is in the standard library, it can be more heavily adopted by library-writers.
https://www.joda.org/joda-time/
-
Don't use clj-time, use clojure.java-time instead
Not a big deal. That should be it, right? Not too soon! Turns out clj-time is a wrapper of Joda Time and the project's README says:
-
Should I Rust or should I Go
>> Note that boost is also not the C++ standard library.
I know, but many components that are now in the C++ standard library were previously in Boost or were heavily influenced by / inspired by Boost:
https://stackoverflow.com/questions/59912393/boost-libraries...
Similar events also happened in Java 8 with the Joda time library:
https://www.joda.org/joda-time/
>> serde's main maintainer is also a member of the libs team, so it being moved into the standard library meaning more maintenance doesn't really make sense to me.
I did not know that.
I was just using serde as an example of a widely-used crate that feels essential enough to be included in the Rust standard library.
At what point does a third-party crate become so useful that it might be considered for inclusion in the Rust standard library?
Is there a process for adding crates to the Rust standard library?
If so, how do such crates get nominated and approved?
-
/u/iamthatis debunks reddit's claims regarding threats, payment, and "working with developers"
I have one, and only one, suggestion for u/spez. To throw the ball in Christian's court, make him a genuine offer to work at reddit on getting your own iOS app based on apollo. Similar to how Sun threw in the towel to develop decent date time handling in Java and backed JSR-310, involving the author of joda time.
-
u/Hiddencamper explains the cost of replacing lightbulbs in a nuclear power plant (to illustrate the absurdity of nuclear power regulation)
But it does not say "nuclear" projects. For a comparison, our CEO started in my position and worked their way up. So they know the technical aspects of my job and don't need a slide on why we're using joda-time instead of the built-in Date library in the JDK.
-
Best way to store Date and time ?
You can look back at the notes under JSR-310 and Joda-Time, projects that improved upon Java's time handling prior to Java 8.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Aug 2026
Stats
JodaOrg/joda-time is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of Joda-Time is Java.