Skip to content
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

[parsers] wrong timezone #124

Closed
3 tasks done
cvandeplas opened this issue Nov 26, 2024 · 1 comment
Closed
3 tasks done

[parsers] wrong timezone #124

cvandeplas opened this issue Nov 26, 2024 · 1 comment
Labels
bug Something isn't working parsers

Comments

@cvandeplas
Copy link
Contributor

cvandeplas commented Nov 26, 2024

Modules that need to be fixed:

  • MobileInstallation - log uses local time, but parser assumes now UTC
  • MobileActivation - log uses local time, but parser assumes now UTC
  • ContainerManager - log uses local time, but parser assumes now UTC

See also #78
Best short-term approach is to use the same timezone as the sysdiag creation.
Until a better solution is found.

@cvandeplas cvandeplas added bug Something isn't working parsers labels Nov 26, 2024
@cvandeplas
Copy link
Contributor Author

fixed in 37e962a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working parsers
Projects
None yet
Development

No branches or pull requests

1 participant