時間フィールドのあるXPageがある場合:
<xp:inputText id="inputText2" value="#{document1.Time}"
defaultValue="#{javascript:@Now()}">
<xp:this.converter>
<xp:convertDateTime type="time"
ignoreUserTimeZone="false"
timeStyle="full">
</xp:convertDateTime>
</xp:this.converter>
</xp:inputText>
サーバーは英国時間に設定されています。ドキュメントを保存してからもう一度表示すると、時間が1時間移動します。
私のxsp.propertiesファイルには次のものがあります。
xsp.user.timezone=true
xsp.user.timezone.roundtrip=true
これはバグですか、それともサーバーを正しく構成していませんか?