jenkins安裝後時間一直是utc時間,不太方便。apache
系統管理->腳本命令行 運行:命令行
System.setProperty('org.apache.commons.jelly.tags.fmt.timeZone', 'Asia/Shanghai')
這就改回北京時間了:code