OpenJDK / jdk / jdk
changeset 43102:02f12903b22c
8172221: Directorate of Time has been superseded
Reviewed-by: lancea
author | smarks |
---|---|
date | Fri, 13 Jan 2017 12:35:53 -0800 |
parents | 00bb279169a5 |
children | 18e663e79d31 |
files | jdk/src/java.base/share/classes/java/util/Date.java |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/jdk/src/java.base/share/classes/java/util/Date.java Fri Jan 13 17:45:32 2017 +0000 +++ b/jdk/src/java.base/share/classes/java/util/Date.java Fri Jan 13 12:35:53 2017 -0800 @@ -82,17 +82,19 @@ * well; for example, the time scale used by the satellite-based * global positioning system (GPS) is synchronized to UTC but is * <i>not</i> adjusted for leap seconds. An interesting source of - * further information is the U.S. Naval Observatory, particularly - * the Directorate of Time at: + * further information is the United States Naval Observatory (USNO): * <blockquote><pre> - * <a href="http://www.usno.navy.mil">http://www.usno.navy.mil</a> + * <a href="http://www.usno.navy.mil/USNO">http://www.usno.navy.mil/USNO</a> * </pre></blockquote> * <p> - * and their definitions of "Systems of Time" at: + * and the material regarding "Systems of Time" at: * <blockquote><pre> * <a href="http://www.usno.navy.mil/USNO/time/master-clock/systems-of-time">http://www.usno.navy.mil/USNO/time/master-clock/systems-of-time</a> * </pre></blockquote> * <p> + * which has descriptions of various different time systems including + * UT, UT1, and UTC. + * <p> * In all methods of class {@code Date} that accept or return * year, month, date, hours, minutes, and seconds values, the * following representations are used: