ニュース

I really hope we're missing something obvious.<BR><BR>So, in SimpleDateFormat Java provides us with two definitions of time zone, the General (z) and the RFC 822 (Z). General is long format, short ...
Java開発者としてはSimpleDateFormatがスレッドセーフではないことは常識だと思っているのですが、仕事で保守しているシステムでこのオブジェクトをstaticで保持して、マルチスレッドでアクセスするという実装があることが最近発覚して対応に追われました。