yandex-qatools / postgresql-embedded

Embedded PostgreSQL Server
Other
493 stars 90 forks source link

how to set default timezone for the embedded PG server? #125

Open ppine7 opened 6 years ago

ppine7 commented 6 years ago

Hi, Looks like by default, the timezone of the embedded PG server, on startup, is the System's default timezone, which in my case is EST. Is it possible to configure the embedded PG server to use a different TZ as the default one? like UTC?

thanks!