My libraries: Error

After upgrading my Seafile server from 5.1.3 to 6.0.7, i get this an error, when opening My libraries via the webpage.

I have tried reinstalling the server (renaming the seafile-server folder, and running run.bat), but to no difference.

How can i trace this error? or fix it?

My server is running on a Windwos 10 machine, with Python27.

1 Like

Nevermind.
Seems like adding TIME_ZONE = ‘UTC’ to seahub_settings.py fixed it.

Solved my problem in 5 seconds by adding
TIME_ZONE = ‘UTC’ in seahub_settings.py
Thank you