Inconsistent time stored in XPages

If I have XPage with a Time field on it:

<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>

My server is set to UK time, when I save the document and view it again, the time will be moved by one hour.

In my xsp.properties file, I have:

xsp.user.timezone=true
xsp.user.timezone.roundtrip=true

Is this an error or my server is configured incorrectly?

+3
source share
4 answers

This is a mistake and regression (higher in 852). IBM is working on a fix. More on this later, but in the meantime, call support, and when the fix is ​​available, we will get it to you.

+4
source

I have Mark Myers to thank for this answer.

, , . , , , . , "" Domino . , , . .

.

Matt

+2

Maybe this is a problem with the summer savings installed somewhere?

+1
source

I encountered the same problem, after installing FixPack3 in Lotus 8.5.3 the Lotus Notes client, this was resolved

thank

Richard Arun Kumar .A

+1
source

All Articles