fix: handling database and browser timezone

re #483

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-12-12 20:49:46 +05:30
parent 11b94a8dd3
commit c50435c0b4
11 changed files with 78 additions and 42 deletions

View File

@@ -1577,7 +1577,7 @@ export class PgUi {
colProp.dt = 'character varying'
break
case 'Date':
colProp.dt = 'character varying'
colProp.dt = 'date'
break
case 'Year':