Created
December 7, 2018 13:17
-
-
Save omernaci/1dfb81d56c0887e932902351b58fe021 to your computer and use it in GitHub Desktop.
JSF DateTimeConverter Default Timezone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| <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