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
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.
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: