silverorange / site

Website framework.
GNU Lesser General Public License v2.1
3 stars 18 forks source link

Set the process time zone explicitly in the contructor #314

Closed gauthierm closed 2 years ago

gauthierm commented 2 years ago

Web applications in this framework expect to be in UTC. This changes from requiring the environment be configured, to setting the time zone in the application.

Explicitly setting UTC ensures compatility with legacy code.