import weaver.common.DateUtil;
public class TestMethod {
public static void main(String[] args) {
System.out.println(DateUtil.getDateTime());
}