ICU-11307 A minor fix in Calendar's class doc.

X-SVN-Rev: 36619
This commit is contained in:
Yoshito Umaoka 2014-10-01 18:51:22 +00:00
parent f4c185b9e7
commit a934a2fcba

View file

@ -136,9 +136,9 @@ import com.ibm.icu.util.ULocale.Category;
* </blockquote>
*
* <p><strong>Ambiguous Wall Clock Time.</strong> When time offset from UTC has
* changed, it produces ambiguous time slot around the transition. For example,
* changed, it produces an ambiguous time slot around the transition. For example,
* many US locations observe daylight saving time. On the date switching to daylight
* saving time in US, wall clock time jumps from 1:00 AM (standard) to 2:00 AM
* saving time in US, wall clock time jumps from 12:59 AM (standard) to 2:00 AM
* (daylight). Therefore, wall clock time from 1:00 AM to 1:59 AM do not exist on
* the date. When the input wall time fall into this missing time slot, the ICU
* Calendar resolves the time using the UTC offset before the transition by default.