Searched defs:timestamp (Results 1 - 1 of 1) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/management/client/ | ||
H A D | NotificationsFrame.java | 53 private String formatTimestamp(long timestamp) { argument 54 return formatter.format(new Date(timestamp)); |
Completed in 25 milliseconds