Wrong time zone for Novosibirsk

Hello. Seafile Server shows wrong time data for Asia/Novosibirsk. At least on the devices (/sysadmin/#desktop-devices) page. It’s time zone for today is GMT+07, but Seafile server uses +08 hours shift.

Thanks.

Have you configured the timezone in seahub_settings.py? If not you can try doing it.

USE_TZ = True
TIME_ZONE = 'Asia/Novosibirsk'

I’ve added
USE_TZ = True
to my config file, and after that clients were unable to show library list in clients or sync.

TIME_ZONE = ‘Asia/Novosibirsk’
always was in my config file.

Server time is in UTC, but Seafile server shows my local time with an one hour shift. So I guess it already uses TIME_ZONE setting even though USE_TZ option is missing.