this is due to the timezone setting
just add this tag to the web.xml to take the default system time zone
just add this tag to the web.xml to take the default system time zone
<context-param>
<param-name>javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE</param-name>
<param-value>true</param-value>
</context-param>
Comments
Post a Comment