Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Joda-Time Alternatives
Similar projects and alternatives to Joda-Time
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
skipledger
Differential disclosure solution for maintaining and exposing information from evolving, append-only journals / ledgers.
-
no-panic
Discontinued Attribute macro to require that the compiler prove a function can't ever panic
-
-
ThreeTenBP
Backport of functionality based on JSR-310 to Java SE 6 and 7. This is NOT an implementation of JSR-310.
-
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
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Joda-Time discussion
Joda-Time reviews and mentions
-
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.
-
Create signature date and It should be either todays date or future date but can not be past date. [java 7]
For Java 7 you can use Joda Time. It was developed by the same person who was one of the developers of the Java 8 Date Time Api.
-
When applying for a position which is above a junior level,does personal projects not matter?
Many languages, frameworks and libraries are open source. For example, Golang, React, Joda-time
-
What is the preferred way to represent dates in Java?
Back when I used Java, it was Joda-Time but it seems they are recommending java.time instead.
-
New Java 8 time api "Local"* is counterintuitive to me
For some background: Java 8 time package is basically just JodaTime. JodaTime was used in almost all pre-8 projects because the pre-8 date/time API in Java is just horrible. They got it completely wrong twice even.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 28 Apr 2025
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.