public class X { private String foo() { return "Started " + java.text.DateFormat.format(new java.util.Date()); } }