-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[parser] crashlogs: extract timezone from image #78
Comments
Annoyingly, if we find a place where the current timezone is configured at sysdiagnose creation time, it might still be different than for example the crashlog timestamp. However extracting the latest known timezone would definitely help to better estimate reality |
powerlogs contain(some) info about timezone |
|
The However, the crashlog itself ( |
What about the filename of the sysdiagnose file itself? It contains the the timestamp in iso format, where you can see the time deviation from UTC. Would that work? |
For now we extract the time and timezone from the |
The case (metadata) needs to know the timezone of the phone.
Some filenames contain a timestamp, in the case of crashlogs it's local time. So to parse the date properly we need to know the phone timezone.
The text was updated successfully, but these errors were encountered: