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\dbeaverright-click on it, choose properties , in target box add
-vmargs -duser.timezone=utcend, resulting in this:"c:\program files\dbeaver\dbeaver.exe" -vmargs -duser.timezone=utcstart dbeaver , times appear in utc.
Comments
Post a Comment