laredotornado wrote:
>
> Thanks. Any idea what the string expression for US Mountain Time would be
> (e.g. Denver, CO)?
>
Not sure, if you still need the answer, but if you still do, check if you
can use the server's default TimeZone:
public class CustomDateTimeConverter extends DateTimeConverter {
public CustomDateTimeConverter() {
super();
setTimeZone(TimeZone.getDefault());
setPattern("yyyy-MM-dd HH:mm");
}
}
Cheers,
Chris
--
View this message in context:
http://www.nabble.com/t%3Acalendar-is-giving-me-dates-off-by-1-day-tp20836530p20891054.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.