]
Nick Belaevski reassigned RF-6723:
----------------------------------
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
Calendar: timezone is not correctly handled
-------------------------------------------
Key: RF-6723
URL:
https://jira.jboss.org/jira/browse/RF-6723
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Tsikhon Kuprevich
Fix For: 3.3.1
1. <h:form>
<h:commandLink value="Click" />
<calendar:calendar
showApplyButton="true"
popup="false"
id="calendar"
timeZone="#{calendarBean.timezone}"
datePattern="hh:mm MMM d, yyyy">
</calendar:calendar>
</h:form>
private TimeZone timezone = TimeZone.getTimeZone("GMT+9");
public TimeZone getTimezone() {
return timezone;
}
2. Select any date
3. Click link
4. Selected date is not the ones that was selected previously - bug
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: