mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-11307 A minor fix in Calendar's class doc.
X-SVN-Rev: 36619
This commit is contained in:
parent
f4c185b9e7
commit
a934a2fcba
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue