|
|
|
|
|
by shellac
163 days ago
|
|
Not exactly true, but they deprecated absolutely everything that made it a date. It expresses deep regret in the medium of annotations: https://javaalmanac.io/jdk/1.2/api/java/util/Date.html (I can't find the 1.1 docs, but they were the same) It's one of my favourite examples of how languages pretty much always get date and time hopelessly wrong initially. Java now has one of the best temporal APIs. |
|
It was hopelessly wrong initially, and got even worse when they added the horrible sql Date/Timestamp/etc classes.
With java.time though, it is the gold standard as far as I've seen.