Hi,
When we start a new meeting we see 1 hour but for example I just launch the meeting 38 secondes ago.
I checked the clock on the server it’s ok and it use NTP.
Do you know why we see +1H please?
Hi,
When we start a new meeting we see 1 hour but for example I just launch the meeting 38 secondes ago.
I checked the clock on the server it’s ok and it use NTP.
Do you know why we see +1H please?
hello
there was a thread about such a problem in the jitsi forum less than 2 weeks ago. From what I remember the problem was the server hour settings. Use the search icon (magnifying glass to the upper right of the screen)
thank you very much.
I added the following code in the file mod_conference_duration_componant.lua and now it works.
room.created_timestamp = os.time(os.date("*t")) * 1000; – Lua provides UTC time in seconds, so convert to milliseconds