iOS-perf icon indicating copy to clipboard operation
iOS-perf copied to clipboard

docker 中 MySQL时区问题

Open LEggcookies opened this issue 3 years ago • 1 comments

MySQL使用的 UTC 时区 快了 8 个小时,如果手动存的带时间戳的数据,会有问题。

LEggcookies avatar Feb 18 '22 09:02 LEggcookies

docker-compoese.yml 文件中增加

volumes:
  - /etc/timezone:/etc/timezone
  - /etc/localtime:/etc/localtime

LEggcookies avatar Mar 17 '22 01:03 LEggcookies