Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の日付をSOAPメッセージから受け取りました: 2012-11-16T02:02:05Z
現在まで解析する方法は?SOAP仕様による日付のこのTとZはどういう意味ですか?
私はこのようにして正しく解析することができます:
new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'").parse(paymentDate);
ありがとう@vikdor!