Hi,
Is it possible not to make any time zone shifting in <f:convertDateTime>.
For example:
<h:outputText
value="#{cmp_summary.cmpCampaign.cmpDeliveryLimits.startDate}">
<f:convertDateTime locale="#{appBean.userLanguageLocale}"
type="both" />
</h:outputText>
I want to format the date according to the locale, but that no time shifting
will take place, since the exact value in db should be shown on screen.
Thanks,
Guy.

