Seafile 文件访问日志时间不一致问题

修改/seafile-server-latest/seahub/seahub/setting.py

# Local time zone for this installation. Choices can be found here:
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
# although not all choices may be available on all operating systems.
# If running in a Windows environment this must be set to the same as your
# system time zone.
TIME_ZONE = 'Asia/Shanghai'

之前的TIME_ZONE = 'UTC'

比国内的时间要差8个小时。

重启seafile。

上一篇:[硬件项目] 2、汽车倒车雷达设计——基于专用倒车雷达芯片GM3101的设计方案与采用CX20106A红外线检测芯片方案对比


下一篇:2. AutoEncoder在NLP中的应用