# Date-time value wrong on submit or when trigger webhook?

**URL:** https://community.glideapps.com/t/date-time-value-wrong-on-submit-or-when-trigger-webhook/43309
**Category:** Ask for Help
**Created:** [June 21, 2022, 2:31am UTC](https://community.glideapps.com/t/date-time-value-wrong-on-submit-or-when-trigger-webhook/43309 "2022-06-21T02:31:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![P\_Redjo](https://avatars.discourse-cdn.com/v4/letter/p/b9bd4f/32.png) [@P\_Redjo](https://community.glideapps.com/u/P_Redjo)
#### Post date: [June 21, 2022, 2:31am UTC](https://community.glideapps.com/t/date-time-value-wrong-on-submit-or-when-trigger-webhook/43309/1 "2022-06-21T02:31:19Z")

</div>

I have a edit form, with a custom action “on submit”. The custom action triggers a webhook. At the receiving end it looks like this (I have omitted non-relevant data):

{  
“appID”: “dCYnVyHa5F9ZpCZsJzSB”,  
“params”: {  
“🔒 Row ID”: {  
“type”: “string”,  
“value”: “a9879GvTQoOUExgBDx4MTQ”  
},  
“T-J”: {  
“value”: “2022-06-20T20:19:27.085Z”,  
“type”: “date-time”  
}  
},  
“idempotencyKey”: “rqVPkRC9S-e.1qF.df7mrw”,  
“timestamp”: “2022-06-20T13:19:31.991Z”,  
“hookKind”: “app-action”  
}

Notice the two date-time value “T-J” and “timestamp”. I am at zone GMT+7. So the timestamp is correct. “T-J” value should have been the same but is wrong in the TZD.

As I am still working in the emulator, my question is: is there a setting that I should attend to, or is this an error in the JSON data generator? Thanks in advance!

---

<div class="post-metadata">

### Author: ![P\_Redjo](https://avatars.discourse-cdn.com/v4/letter/p/b9bd4f/32.png) [@P\_Redjo](https://community.glideapps.com/u/P_Redjo)
#### Post date: [June 21, 2022, 2:43am UTC](https://community.glideapps.com/t/date-time-value-wrong-on-submit-or-when-trigger-webhook/43309/2 "2022-06-21T02:43:52Z")

</div>

PS: the T-J value is set “on submit” of edit form, as a “Current date/time” column.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 21, 2022, 5:20am UTC](https://community.glideapps.com/t/date-time-value-wrong-on-submit-or-when-trigger-webhook/43309/3 "2022-06-21T05:20:01Z")

</div>

Are you using Integromat to receive the webhook value?

If yes, what timezone are you setting for your account?

---

<div class="post-metadata">

### Author: ![P\_Redjo](https://avatars.discourse-cdn.com/v4/letter/p/b9bd4f/32.png) [@P\_Redjo](https://community.glideapps.com/u/P_Redjo)
#### Post date: [June 21, 2022, 5:47am UTC](https://community.glideapps.com/t/date-time-value-wrong-on-submit-or-when-trigger-webhook/43309/4 "2022-06-21T05:47:50Z")

</div>

Hi Thinh! I am not using Integromat. There is no agent between the Glide app and the webhook that receives the request.
