MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / parse

Method parse

src/java/util/Date.java:226–361  ·  view source on GitHub ↗

Given a string representing a time, parse it and return the time value. It accepts many syntaxes, but most importantly, in accepts the IETF standard date syntax: "Sat, 12 Aug 1995 13:30:00 GMT". It understands the continental US time zone abbreviations, but for general use, a timezone offset should

(String s)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

getHeaderFieldDateMethod · 0.95
DateMethod · 0.95

Calls 5

UTCMethod · 0.95
regionMatchesMethod · 0.80
getTimeMethod · 0.80
lengthMethod · 0.45
charAtMethod · 0.45

Tested by

no test coverage detected