[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767005#comment-16767005
 ] 

Maxim Solodovnik commented on OPENMEETINGS-1990:
------------------------------------------------

Hmm,

As I stated in one of the previous comments format depends on 3 things: 
language, country and time zone

Example: English US vs English GB

Could provide me with "language, country and time zone" of your 2 users, so I 
can check?

Can be get from DB as follows:

{code}
SELECT ou.language_id, ou.time_zone_id, a.country FROM openmeetings.om_user ou 
INNER JOIN openmeetings.address a ON (ou.address_id = a.id)
WHERE ou.id IN (1, 2);
{code}


 

 

> Chat timestamps should use the receiver's datetime format
> ---------------------------------------------------------
>
>                 Key: OPENMEETINGS-1990
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1990
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Chat
>    Affects Versions: 4.0.7
>            Reporter: Peter Dähn
>            Assignee: Maxim Solodovnik
>            Priority: Major
>             Fix For: 4.0.8
>
>         Attachments: Auswahl_009.png, Auswahl_009.png
>
>
> Currently the timestamp use the sender's date format which leads to different 
> time formats in the chat list if users with different settings chat in the 
> same room (mix of DD.MM. und MM/DD, AM/PM/24h)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to