ThreeTen / threeten

This project was the home of code used to develop a modern date and time library for JDK8. Development has moved to OpenJDK and a separate backport project, threetenbp.
http://threeten.github.io/
191 stars 37 forks source link

Revise format letters X, x, Z and I to match new LDML #260

Closed jodastephen closed 11 years ago

jodastephen commented 11 years ago

See design for the four letters.

X is offset with "Z" for zero x is offset with "+0000" for zero VV replaces I Z is dropped back to be LDML/SimpleDateFormat

jodastephen commented 11 years ago

X now matches proposed LDML: http://hg.openjdk.java.net/threeten/threeten/jdk/rev/9c600102f858

x still needs doing. And Z could now be scaled back to be the same as SimpleDateFormat.

jodastephen commented 11 years ago

Letters Z and I updated http://hg.openjdk.java.net/threeten/threeten/jdk/rev/2dde1e3c65c8 http://hg.openjdk.java.net/threeten/threeten/jdk/rev/d7afbc7e0fc8

Z, V, X and x now match proposed LDML.

See also #64