// 현재 시간을 msec으로 구한다. long now = System.currentTimeMillis(); // 현재 시간을 저장 한다. Date date = new Date(now);