MCPcopy Index your code
hub / github.com/dropbox/dropbox-sdk-java / format

Method format

core/src/test/java/com/dropbox/core/ITUtil.java:214–218  ·  view source on GitHub ↗
(Date date)

Source from the content-addressed store, hash-verified

212 }
213
214 public static String format(Date date) {
215 DateFormat format = new SimpleDateFormat(DATE_FORMAT);
216 format.setTimeZone(UTC);
217 return format.format(date);
218 }
219
220 public static byte [] randomBytes(int num) {
221 byte [] data = new byte[num];

Callers 15

testDownloadBuilderMethod · 0.95
testError409Method · 0.95
oxford_comma_listFunction · 0.80
get_ancestorsFunction · 0.80
format_func_nameFunction · 0.80
name_with_genericsMethod · 0.80
resolved_nameMethod · 0.80
__repr__Method · 0.80
__str__Method · 0.80
__repr__Method · 0.80
java_valueMethod · 0.80
throwsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected