How to change DBeaver timezone / How to stop DBeaver from converting date and time -


when use dbeaver cassandra, shows offset of +01:00 though data stored in date or times formats, don't have timezones. results in weird queries this:

select "time" keyspace."table" order "time" desc;  time 00:00:00 23:00:00 22:00:00 ... 01:00:00 

so, how remove conversions or set timezone utc?

dbeaver uses time in computer installed, changing clock , restarting dbeaver works. there way dbeaver instead.

  • close dbeaver.
  • go dbeaver shortcut. here:

    c:\programdata\microsoft\windows\start menu\programs\dbeaver

  • right-click on it, choose properties , in target box add -vmargs -duser.timezone=utc end, resulting in this:

    "c:\program files\dbeaver\dbeaver.exe" -vmargs -duser.timezone=utc

  • start dbeaver , times appear in utc.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -