美文网首页
tomcat容器时区问题

tomcat容器时区问题

作者: 橘子基因 | 来源:发表于2019-10-09 16:26 被阅读0次

使用date命令查看容器里的时间。

容器里的系统时区不对,cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime 修改为CST,重启容器后再运行date此时时区为正确但是tomcat的时间依然不对。

运行echo "Asia/Shanghai" > /etc/timezone命令,重启容器tomcat,时区正确。

相关文章

网友评论

      本文标题:tomcat容器时区问题

      本文链接:https://www.haomeiwen.com/subject/kjugpctx.html