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

X-SVN-Rev: 36618
This commit is contained in:
Yoshito Umaoka 2014-10-01 18:50:49 +00:00
parent 1af023c229
commit f4c185b9e7

View file

@ -127,9 +127,9 @@ class BasicTimeZone;
*
* <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.