bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
789 stars 3.8k forks source link

[V3] Last Session Timestamp is wrong #5888

Open slate17 opened 1 month ago

slate17 commented 1 month ago

Hello,

I just migrated from V2 to V3 and noticed now that every Room I open the "Last Session" Timestamp gets updated to 1970-01-20 with varying times.

Greenlight Version is release-3.3.6

image

I have checked the date and time in the Docker Containers, but everything seems to be correct. I have also confirmed that it is not a visual bug, the wrong date is written to the Database.

I hope someone can help me resolve this.

farhatahmad commented 1 month ago

Can't replicate this on my end - just created a session and had the correct date set:

image

slate17 commented 1 month ago

Where is the date/time pulled from? I just verified that the API Response has the correct: <createTime>1721718242</createTime>

I am at my wits end to Troubleshoot this, I'd appreciate any Ideas.

farhatahmad commented 1 month ago

The datetime is created by Rails when the meeting starts. Have you tried restarting the docker container?

Maybe try

docker exec -it greenlight-v3 bundle exec rails c
Date.today

What does that return?

slate17 commented 2 weeks ago

That returns:

irb(main):002> Date.today
=> Tue, 20 Aug 2024

so that date seems to be correct as well, weird.

EDIT: I just updated Greenlight to 3.4.0 but the Problem persists

It is a standalone Greenlight Installation. The BBB-Server Instance is hosted with bbbserver.de using the provided API.