里面说See the parse(String, ParsePosition) method for more information on date parsing.
然后在public abstract Date parse(String source, ParsePosition pos)里面有如下的解释:
This parsing operation uses the calendar to produce a Date.
As a result, the calendar's date-time fields and the TimeZone value may have been overwritten, depending on subclass implementations.
Any TimeZone value that has previously been set by a call to setTimeZone may need to be restored for further operations.