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

Simplify lazy initialisation of TimezoneService. #654

Merged
merged 1 commit into from
Apr 9, 2024

Commits on Apr 4, 2024

  1. Simplify lazy initialisation of TimezoneService.

    It appears the current way of bootstrapping the core zones exists because TimezoneService's position among the modules means we can't call reset immediately.
    
    Something seem to not work right and leads to Time.epochTime being in the floating time zone instead of UTC. At least when run in Thunderbird, I'm not sure if it always happens.
    My patch just creates the zones on first use.
    darktrojan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ced32d8 View commit details
    Browse the repository at this point in the history