DateTime Picker not following sending values as UTC

Hello! I've recently noticed that my DateTime component is sending the values as Local even though I've selected UTC in the component settings. Anything I'm missing here? Thanks!

@javierr

Hey there :wave:

Thank you for pointing this out! I was able to reproduce this behavior on my end as well and I created a bug report for it. I linked that report to this thread and will update you here when progress is made :slightly_smiling_face:

@lauren.gus
Is there any update on this issue? I am having the same problem and it is essentially making my app useless. Thanks.

@zwomeldo

Hey there, it looks like the value was correct but the issue is the usage of moment in the Text component that's rendering it in local time.

@lauren.gus
I am having an issue similar to the one described in the original post. I have 2 datetime selectors set with display as local time and value as UTC so that I can draw from our database between 2 datetimes. One or the other of the 2 date selectors is always using local time as the value instead of UTC so the select continues to fail.

@zwomeldo

Would you mind sharing screenshots of these component setups?