Provide proper ISO 8601 timestamps in crash report emails #11865
Labels
feature request
Issue is related to a feature in the app
good first issue
Easy/simple issues perfect for newcomers to get involved in the project
Checklist
Feature description
The crash report emails contain incomplete timestamps in an arbitrary format à la
YYYY-mm-dd HH:MM
. They should be sent in the ISO 8601 format.Edit: We could directly normalize the time to UTC, too, but if it is sent in the ISO 8601 format, the timezone is encoded properly anyway and can be parsed.
Why do you want this feature?
While we don't need seconds precision, we need timestamp information. Glitchtip/Sentry/... reject timestamps that are in the future. Right now, the importer just discards such emails. Alternatively, we would have to replace the timestamp in the email with the current local time during the import, further reducing the accuracy.
Additional information
https://github.com/TeamNewPipe/CrashReportImporter/
CC @TobiGr
The text was updated successfully, but these errors were encountered: