Date

// 设置URL过期时间为1小时 当前时间+1小时
Date expiration = new Date(System.currentTimeMillis() + 3600 * 1000);

你可能感兴趣的:(Date)