# A propos de Joda-Time

DevFeed: [A propos de Joda-Time](<https://devfeed.tech/articles/a-propos-de-joda-time-26042.md>)

Original publisher: [Read original article](<https://blog.arkey.fr/2010/02/09/a-propos-de-joda-time/>)

Author: brice.dutheil@gmail.com (Brice Dutheil)

Published: 2010-02-09T17:32:06Z

Content type: tutorial

Language: fr

Sources: [The Coffee Workshop](<https://devfeed.tech/sources/the-coffee-workshop.md>)

Topics: [Java](<https://devfeed.tech/topics/java.md>), [API](<https://devfeed.tech/topics/api.md>), [DateTime](<https://devfeed.tech/topics/datetime.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [bug](<https://devfeed.tech/tags/bug.md>), [java](<https://devfeed.tech/tags/java.md>), [jdk](<https://devfeed.tech/tags/jdk.md>), [joda](<https://devfeed.tech/tags/joda.md>), [thread](<https://devfeed.tech/tags/thread.md>), [time](<https://devfeed.tech/tags/time.md>), [timezone](<https://devfeed.tech/tags/timezone.md>)

## AI overview

This French developer article discusses the limitations of Java's legacy date and time API, including thread-safety, performance, and implementation issues. It introduces Joda-Time as a more consistent and usable alternative, explains its relationship to JSR-310, and demonstrates concepts such as immutable DateTime objects, instants, and time zones.

## Source excerpt

Je suis un peu surpris de voir que beaucoup de développeurs utilisent encore énormément l'API temps du JDK. C'est la raison pour laquelle j'ajoute une nouvelle entrée sur le web à ce sujet.