Hello,
I'm experiencing an issue with a dynamic block that returns a valid response but isn't working as expected in the flow.
I have a dynamic block that, in the test, delivers the following response:
```json
{"version":"v2","content":{"type":"instagram","actions":[{"action":"set_field_value","field_name":"LIVE_DATA_HORA","value":"2024-10-09T20:00:00.000Z"}],"quick_replies":[]}}
```
When I print this `LIVE_DATA_HORA` variable into a custom variable, it displays on Instagram as `2024-10-09T17:00:00-0300`.
The issue starts here because I want to use this variable in a **Smart Delay** as a dynamic date, but the delay is not respecting the date I'm getting from the server.
I would like to understand why this time difference is happening and how I can make sure the configured date and time are correctly used in the **Smart Delays**.
Here is the flow for your analysis:
- Shared: [link to the shared flow](https://manychat.com/flowPlayerPage?share_hash=806387719412447_c40cc58dda227fcbb2df99fa539152acfea27487)
Thank you for your attention, and I look forward to your guidance.