【发布时间】:2015-11-13 09:13:56
【问题描述】:
我想将我的 postgreSQL 服务器设置为 'Europe/Berlin' 但出现错误:
SET time zone 'Europe/Berlin';
ERROR: invalid value for parameter "TimeZone": "Europe/Berlin"
但真正的问题在于 DdbSchema,当我想连接到我的数据库时,我遇到了错误
FATAL: invalid value for parameter "TimeZone": "Europe/Berlin"
当我连接到本地数据库但不连接到我的 NAS (Synology) 数据库时,DbSchema 有效。
有什么想法吗?
【问题讨论】:
标签: postgresql timezone synology db-schema