dbcodeio / public

The Power of Databases, The Convenience of VS Code: All in One Place
28 stars 1 forks source link

How to display database time in local time and customize the time format? #85

Open diwayou opened 3 weeks ago

diwayou commented 3 weeks ago

It would be great if the following features could be implemented:

  1. The time in the database should be displayed as local time.
  2. The time format should be customizable, for example, '2024-10-29 12:12:12'.
mikeburgh commented 3 weeks ago

I think both those might make sense as settings so people can adjust how they like..

I might need to also check on the formatting, as if you format it without a timezone, and then edit it, we loose that timezone data, and hence the DB may convert it based on it's timezone and end up being wrong..