Closed shigapov closed 3 years ago
I modified the timenow variable defined in the insert method in dbconnection.py to call utcnow() instead of now() since we are storing everything based off of UTC. I'm not sure if this addresses this specific issue or not.
Those logs are coming from Wikibase Docker even before any edits by RaiseWikibase... But it's a good idea to use utcnow() instead of now(). Would you like to make a pull request on that?
Setting time zone and time offset in Wikibase is described at Manual:Timezone. In our case with the German time zone setting those variables does not change the time zone in
docker-compose logs -f
.