Searched defs:timestamp (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java53 private String formatTimestamp(long timestamp) { argument
54 return formatter.format(new Date(timestamp));

Completed in 7 milliseconds