M
matman
Guest
I found out what the problem was. It lies in the storing of a UNIX timestamp ( www.unixtimestamp.com/index.php ) in a date/time field. The timestamp gets converted to match the user's timezone settings. For me that means that when I request a timestamp it lies 7 hours into the future. I fixed it by just storing "new Date()" instead of "new Date().getTime()". I think it would be a good idea to add some extra information about time handling to the Rollbase user guide? Other than "Using Dates in Formulas" I could find little about it.
Continue reading...
Continue reading...