在宿主机执行一条cp命令即可
docker cp /usr/share/zoneinfo/PRC {[容器id或者名称]}:/etc/localtime
例如: docker cp /usr/share/zoneinfo/PRC tomcat:/etc/localtime