Skip to content

Instantly share code, notes, and snippets.

@omernaci
Created December 7, 2018 13:17
Show Gist options
  • Select an option

  • Save omernaci/1dfb81d56c0887e932902351b58fe021 to your computer and use it in GitHub Desktop.

Select an option

Save omernaci/1dfb81d56c0887e932902351b58fe021 to your computer and use it in GitHub Desktop.
JSF DateTimeConverter Default Timezone
...
<context-param>
<param-name>javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE</param-name>
<param-value>true</param-value>
</context-param>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment