API Issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • SarbjitGrewal
    commented on 's reply
    My pleasure always jpennington

  • jpennington
    replied
    oh that explains everything. Thank you!

    Leave a comment:


  • SarbjitGrewal
    replied
    Originally posted by jpennington
    I am trying to POST data through the espocrm API to a custom entity that has a date-time field. The problem I am trying to fix is that the “time” changes after the time is posted. The time before POST is in EST and I think the time is changing to UTC after POST.

    Has anyone had this issue? Or know how to fix the issue?
    To fix it out, you just need to change the date everytime you are sending anything through POST.

    Leave a comment:


  • emillod
    replied
    Hello.
    It's not a bug or issue, it's normal thing, espocrm store dates in UTC. If you're sending something through POST, you should Convert date to EST.

    Leave a comment:


  • jpennington
    started a topic API Issue

    API Issue

    I am trying to POST data through the espocrm API to a custom entity that has a date-time field. The problem I am trying to fix is that the “time” changes after the time is posted. The time before POST is in EST and I think the time is changing to UTC after POST.

    Has anyone had this issue? Or know how to fix the issue?
Working...