Searched refs:unixTimeSeconds (Results 1 – 1 of 1) sorted by relevance
782 private static String formatRfc1123Date(long unixTimeSeconds) { in formatRfc1123Date() argument784 return RFC_1123_FORMATTER.format(new Date(SECONDS.toMillis(unixTimeSeconds))); in formatRfc1123Date()