OK, having more problems with a NotesDateTime object on the client in xpages
A field with:
var nDate:NotesDateTime = session.createDateTime("Today");
@Year(nDate.getDateOnly());
returns different values in the web and client - 2011 on the web, and 2013 on the client
My PC definitely has the correct time settings by the way.
Again, would be useful if anyone can confirm this