> The other thing which is new, I think, is that when a date is > unfilled (-1) in database, the javascript makes of it 'now' > (which actually is incorrect because -1 is somewhen in 1970). > The actual bug occurs when pressing 'safe' > then: > Error: Errors received from MMBase Dove servlet: Node was > changed in the cloud, node number : 241 field name begin
Hmm, I can't remember why I added the check for -1. I will remove it. > I also noticed that the date '4102441200' appears in windows > (mozilla and > IE) as 31 december 2099 23h 00m but in my Linux as 1 januari > 2100 0h 0m. > > And this goes generally for all dates (except for 'now'), > that they are presented one hour earlier in windows. > > It probably has something to do with the setting of my window > installation, but it shouldnt! If this was in our issue management system (Jira) I would put it to "cannot reproduce". I have a windows system and the value '4102441200' gives 1-1-2100. The only wierd thing with dates (adding and subtracting 1 hour) is happening in javascript/date.js for IE on the Mac. I don't see a problem with that. Nico PS The form input fields are set in the doOnload_ew() in the editwizard.jsp and the hidden formfield is updated in the validateDatetime() in validator.js.
