MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / UTC

Method UTC

src/java/util/Date.java:182–198  ·  view source on GitHub ↗

Calculates a UTC value from YMDHMS. Interpretes the parameters in UTC, not in the local time zone. @param year a year after 1900 @param month a month between 0-11 @param date day of the month between 1-31 @param hrs hours between 0-23 @param min minutes between 0-59 @param sec seconds between

(int year, int month, int date,
			        int hrs, int min, int sec)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parseMethod · 0.95
getTimezoneOffsetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected