import ;
import ;
public class Test {
/**
* 获取距离系统时间N天后的日期时间信息
*
* @author GaoHuanjie
*/
public String getDateAfterNdays(int days){
Calendar calendar = (("GMT+8"));
(()-1000L * 60 * 60 * 24 * days);
return () + "-" + (() + 1) + "-" + (Calendar.DAY_OF_MONTH) + " "+ (Calendar.HOUR_OF_DAY) + ":" + () + ":" + ();
}
public static void main(String[] args) {
(new Test().getDateAfterNdays(2));
}
}