Don't use clj-time, use clojure.java-time instead

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. clj-time

    A date and time library for Clojure, wrapping the Joda Time library.

    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:

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. clojure.java-time

    Java 8 Date-Time API for Clojure

    Okay so clj-time is deprecated, latest version is 0.15.2. Let's try dm3/clojure.java-time. Sure enough:

  4. Joda-Time

    Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.

    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:

  5. global-tz

    Global database of timezone information

    It picks up the new timezone. Now why wouldn't Joda pick up the latest timezone? To be fair, Joda time does. Here is the release report. It bundles new Global Tz which is derived from IANA Time Zone database

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • History of Java: evolution, legal battles with Microsoft, Mars exploration, Spring, Gradle and Maven, IDEA and Eclipse

    1 project | dev.to | 23 Jun 2025
  • Biff – a batteries-included web framework for Clojure

    7 projects | news.ycombinator.com | 19 May 2025
  • Free widgets and alerts for multi-streamers

    1 project | news.ycombinator.com | 3 May 2024
  • Should I Rust or should I Go

    7 projects | news.ycombinator.com | 15 Sep 2023
  • Como desenvolvi um backend web em Clojure

    23 projects | dev.to | 3 Jul 2023

Did you know that Java is
the 8th most popular programming language
based on number of references?