DEV Community

Discussion on: Data Type Conversions in Java

Collapse
 
stealthmusic profile image
Jan Wedel

I also agree with you, but since ISO time stamps are so common (I would say 95% of timestamp strings I had to process were ISO string) and I’ve seen a couple of bugs because of wrong parsing. So people should not start with SimpleDateFormatter at any circumstances IMO.