chore: Render timestamp in a better format in conversation traffic export (#8897)

chore: Render timestamp in a better format in conversation traffic reports
This commit is contained in:
Pranav Raj S
2024-02-09 00:48:10 -08:00
committed by GitHub
parent 0d1b474e60
commit 6a630bc489
2 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<%= CSVSafe.generate_line [I18n.t('reports.conversation_traffic_csv.timezone'), @timezone] %>
<%= CSV.generate_line [I18n.t('reports.conversation_traffic_csv.timezone'), @timezone] %>
<% @report_data.each do |row| %>
<%= CSVSafe.generate_line row -%>
<% end %>
<% end %>