We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce4771 commit b3bd115Copy full SHA for b3bd115
src/javaxt/express/utils/DateUtils.java
@@ -55,6 +55,7 @@ public static TimeZone getUTC(){
55
/** Used to convert a UNIX timestamp in milliseconds to a string in GMT (e.g.
56
* "Mon, 20 Feb 2012 13:04:28 GMT"). Note that this method does not rely on
57
* the java.text.SimpleDateFormat for performance reasons.
58
+ * @param milliseconds Milliseconds since January 1, 1970, 00:00:00 UTC
59
*/
60
public static String getDate(long milliseconds){
61
java.util.Calendar cal = java.util.Calendar.getInstance();
0 commit comments