致命错误:第473行/home/admin/web/original-peptide.com/public_html/tools/smarty/sysplugins/smarty_internal_templatelexer.php中允许的内存大小为33554432字节(试图分配7680字节)
答案 0 :(得分:0)
试试这个
def d = (new Date()).format('yyyy/MM/dd HH:mm:ss')
log.info d
use(groovy.time.TimeCategory) {
//Add increment hour by 1
def incre = new Date(d) + 1.hours
incre.set(minute: 0, second: 0)
log.info incre
}
查看here了解更多信息