Forum Post: Expression-field (datetime) with "Adjust" is different from...

  • Thread starter Thread starter smartsysISV
  • Start date Start date
Status
Not open for further replies.
S

smartsysISV

Guest
Different values between a field of datetime-formula with "Adjust to user time zone" and a field of datetime-expression with "Adjust to user time zone". My timezone is +7 from server-times (GMT+1). Formula in both fields: var start=new Date(); start.setFullYear(2014, 8, 17, 8, 0 ,0); return start; Formula-field: " 17.09.2014 15:00" This is wrong Expr-field: " 17.09.2014 08:00" This is OK. If I use datetime with "No adjust" both is ok: "20.08.2014 01:00" Is anyone else having the same problem?

Continue reading...
 
Status
Not open for further replies.
Back
Top