Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V3] Last Session Timestamp is wrong #5888

Open
slate17 opened this issue Jul 22, 2024 · 4 comments
Open

[V3] Last Session Timestamp is wrong #5888

slate17 opened this issue Jul 22, 2024 · 4 comments

Comments

@slate17
Copy link

slate17 commented Jul 22, 2024

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
Copy link
Collaborator

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

image

@slate17
Copy link
Author

slate17 commented Jul 23, 2024

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
Copy link
Collaborator

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
Copy link
Author

slate17 commented Aug 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants