I Installed rasa x (CE) to a server using docker as outlined in the documentation.
Out of the box, the message timing was all garbled. I found that I had to set the timezone on the server (ubuntu vm) to GMT.
I saw some forum posts about setting a timezone in the model configuration section of rasa x, but that did not resolved the issue and instead created polling issues while chatting with the bot in rasa x.
Are there other places that the timezones are configurable, or is it recommended to keep the server on GMT?