dbeaver / dbeaver

Free universal database tool and SQL client
https://dbeaver.io
Apache License 2.0
38.67k stars 3.34k forks source link

Add "Set to Current Time (UTC)" in context menu on date cell #34245

Open DeflateAwning opened 1 month ago

DeflateAwning commented 1 month ago

Is your feature request related to a problem? Please describe. There's currently an option to set a cell's value to the current local timestamp, but no option to set to the current UTC time. It would be nice if there was an easy way to set a datetime/timestamp cell's value to the current UTC time.

Describe the solution you'd like Right click on a cell, and any place there's an option to set to the current time (or where there's a "Set to Default Value (Current Time)"), add a new context menu option called "Set to Current Time (UTC)"

Describe alternatives you've considered You currently have to set to the current time, and modify the time part; or, you have to copy-paste it from another source.

E1izabeth commented 1 month ago

Thank you for idea.