Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.65k stars 699 forks source link

CSV now outputs only minute-precise localized string instead of millisecond-precise UTC timestamp #1152

Closed metagn closed 11 months ago

metagn commented 11 months ago

Version

v2.42.2

Flavor

GUI (Graphical User Interface), CLI (Command-Line Interface)

Platform

Windows 11

Export format

CSV

Steps to reproduce

Export any posts to CSV.

Details

When exporting to CSV, messages used to have full UTC timestamps with millisecond information (for example, 2023-09-23T13:15:48.3790000+03:00), but now they output localized strings with minute precision (for example, 10/6/2023 12:37 AM). There is also no post ID or millisecond column in CSV so there is no way to uniquely identify posts in CSV format anymore without using every column.

Checklist

Tyrrrz commented 11 months ago

Please use the JSON format for automation, CSV is deprecated