Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Getting 1 hour difference in datetime fields.

    Hi Isomorphic,

    I was using setDefaultDisplayTimezone and was setting the offset according to the timezone at which server is running, which is PDT (-7) now. I was getting 1 hour difference (ahead) at server side from what user is entering in datetime fields in DynamicForm. Even after removing setDefaultDisplayTimezone, behavior is same.

    So Dynamic form display one hour ahead then what was entered but surprisingly DetailViewer is still showing the right time which was entered by user.

    Please let us know what could be wrong?

    Thanks,
    Santosh.

    #2
    May be accounting for DST - if you haven't already, try setting isc.Time.adjustForDST to false. Also be sure to look over the date format and storage docs: http://www.smartclient.com/docs/8.1/...rmatAndStorage if you haven't already.

    If you can't get to the bottom of it, let us know

    Thanks
    Isomorphic Software

    Comment

    Working...
    X