Date d = new Date();
源码也是取系统时间
/**
* Initializes this {@code Date} instance to the current time.
*/
public Date() {
this(System.currentTimeMillis());
}
转换时月份和分钟的m是有大小写区别的,不注意会获取错误的转换时间。
yyyy-MM-dd HH:mm:ss.SSSZ 1969-12-31 16:00:00.000-0800