You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kafka messages are stored in the database with UTC timestamps. When rendered in the message feed these are converted into the localtime based on the django TIME_ZONE setting. At the moment there is no indication of what timezone is being used. We should add this info into the header of the message feed - preferably the geographic timezone as well as the UTC offset (e.g. "London/Europe (UTC+1)".
The text was updated successfully, but these errors were encountered:
Kafka messages are stored in the database with UTC timestamps. When rendered in the message feed these are converted into the localtime based on the django
TIME_ZONE
setting. At the moment there is no indication of what timezone is being used. We should add this info into the header of the message feed - preferably the geographic timezone as well as the UTC offset (e.g. "London/Europe (UTC+1)".The text was updated successfully, but these errors were encountered: