Skip to content

Commit b3bd115

Browse files
committed
Minor documentation updates
1 parent 1ce4771 commit b3bd115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/javaxt/express/utils/DateUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public static TimeZone getUTC(){
5555
/** Used to convert a UNIX timestamp in milliseconds to a string in GMT (e.g.
5656
* "Mon, 20 Feb 2012 13:04:28 GMT"). Note that this method does not rely on
5757
* the java.text.SimpleDateFormat for performance reasons.
58+
* @param milliseconds Milliseconds since January 1, 1970, 00:00:00 UTC
5859
*/
5960
public static String getDate(long milliseconds){
6061
java.util.Calendar cal = java.util.Calendar.getInstance();

0 commit comments

Comments
 (0)