Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Recovered from Eclipse.
Browse files Browse the repository at this point in the history
git-svn-id: https://subversion.assembla.com/svn/cmosher/timeUtil@4591 884d43a4-ffbe-47e9-90ca-fd8c37d7eb32
  • Loading branch information
Chris authored and ssi-appstatus committed Oct 7, 2012
1 parent d4014c9 commit 5b58048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nu/mine/mosher/time/Time.java
Expand Up @@ -45,6 +45,6 @@ public int hashCode()

public String toString()
{
return new SimpleDateFormat("yyyyMMddHHmmssSSS").format(this.date);
return ""+ms;
}
}

0 comments on commit 5b58048

Please sign in to comment.