DateTimeField does not correct the timezone properly
----------------------------------------------------
Key: WICKET-1314
URL: https://issues.apache.org/jira/browse/WICKET-1314
Project: Wicket
Issue Type: Bug
Components: wicket-datetime
Affects Versions: 1.3.0-final
Reporter: Ryan Gravener
The DateTimeField has a DateTextField which uses a styledateconverter with
timezone correction set to true which is not needed since the DateTimeField
accounts for the TimeZone correction. Another problem is that the
DateTimeField only sets the timezone of the date (from local->client), causing
the date to be corrected to the local time. This should instead cause the
local time to reflect that of the clients time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.