Using jsf 2.2.0.
For all the date, it seems to remove one day. When I click on 8 nov, it displays 11/08/2011. But then it stores Nov 7, 2011 in my Date field in my manag
Adding the argument -Duser.timezone=UTC to the startup parameters fixed problem for me.
-Duser.timezone=UTC
To summarize: p:schedule work only well when following parameters are sets:
javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE true