TeamTalk5 icon indicating copy to clipboard operation
TeamTalk5 copied to clipboard

Modified Time In User Account List Was Not Display Correctly

Open lbk2907 opened this issue 2 years ago • 1 comments

Description

I don’t know what actually happening now. I’m currently running TeamTalk server on Ubuntu 20.04.4 LTS. I have the problem that is the modified time for each user account was not displayed correctly on QT TeamTalk client for Windows. QT TeamTalk Client Version: 5.10.0.5088 – Unreleased (If I not mistaken, it also happen starting from version 5.8 or 5.9 (I forgot)). I have log in to someone server with an admin account and I notice that the time was display correctly. I not sure what OS that her using because when I ask her, I not get an answer from her. I give you an example. The time now is 11:36 PM. When I open the user account list, it will display like this. Username: testing, Password: , Type: Default User, Note: , Initial channel: , Modified: 2022/07/15 23:36 I close the user account list and I wait a few minutes. The time now is 11:40 PM When I re-open the user account list, it will display like this. Username: testing, Password: , Type: Default User, Note: , Initial channel: , Modified: 2022/07/15 23:40 TeamTalk Server Version: From 5.9.0.5080 to 5.10.0.5088 – Unreleased (I not sure the older version is happening or not). This doesn’t happened when I run the local server on my Windows. Windows Version: Windows 11 22H2 (x64) build 22622.290. TeamTalk Server Version: 5.10.0.5088 – Unreleased (I not sure older version have this problem or not).

Application

  • [X] qtTeamTalk
  • [ ] TeamTalkAndroid
  • [ ] iTeamTalk
  • [ ] TeamTalkClassic
  • [X] TeamTalkServer

Platform

  • [X] Windows
  • [ ] macOS
  • [ ] Android
  • [ ] iOS
  • [X] Linux

Expected behavior

It suppose to display the modified time correctly in the user account list.

Actual behavior

Modified time in user account list was not display correctly.

Steps to reproduce problem

I can't really sure it happend starting on which version of TeamTalk client and server. The version spesified above in the brackets is just the estimate (what I can remember).

lbk2907 avatar Jul 15 '22 15:07 lbk2907

@bear101 I just found the way to reproduce this bug. The modified time in user account list will display correctly only if you set your Ubuntu to certain timezone like for example US/Central and Europe/Berlin. Certain timezone in Europe also will display the wrong modified time like for example Europe/Kirov. Username: testing, Password: , Type: Default User, Note: , Initial channel: , Modified: 2022/07/23 11:15 If I manually set the timezone using the datectl set-timezone Etc/GMT+5 for example, the modified time will be display as follows. Username: testing, Password: , Type: Default User, Note: , Initial channel: , Modified: 1970/01/01 20:59 The correct time in the XML file is as follows. Username: testing, Password: , Type: Default User, Note: , Initial channel: , Modified: 2022/07/16 11:59

lbk2907 avatar Jul 23 '22 03:07 lbk2907