typhon-project / typhondl

http://www.typhon-project.org
Eclipse Public License 2.0
1 stars 0 forks source link

[Feature] add timezone field for QL server #63

Closed DavyLandman closed 4 years ago

DavyLandman commented 4 years ago

Is your feature request related to a problem? Please describe. Since the query engine has to convert local date times to absolute date times, we need to know the timezone. In most cases, it's best the user picks it.

Describe the solution you'd like Set the TZ environment variable with one of the options from ZoneId.getAvailableZoneIds()

Maybe a good default is ZoneId.systemDefault().