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

Wrong default time zone used #17

Open
mauromol opened this issue Aug 20, 2020 · 0 comments
Open

Wrong default time zone used #17

mauromol opened this issue Aug 20, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@mauromol
Copy link

I'm using Linux Mint 18.3 (based on Ubuntu 16.04).
The default time zone used by the Eclipse flatpak version is GMT, in fact if I look at the "Eclipse IDE Installation Details" | Configuration, I see:
user.timezone=GMT
This is propagated to the applications I run from Eclipse, in fact a println of the default time zone produces:
sun.util.calendar.ZoneInfo[id="GMT",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]

My system time zone, however, is Europe/Rome, as confirmed by /etc/timezone.

Consequences:

  • timestamps in Eclipse logs are all off two hours (we're in DST now)
  • all the applications I run from Eclipse produce wrong time values, unless of course I change their default time zone or I use explicit time zones

Side question: should I report bugs of the flatpak version here or at https://github.com/mbooth101/eclipse-flatpak/issues?

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

No branches or pull requests

2 participants