How do I set Date & Time to a Thing?

I am using the Date/Time Picker to set a Date AND Time to a thing and then display it in a table.

The date is saved just fine but no matter what time I set, it always gets saved as 00:00.

Here’s how my Workflow looks like:

I have found that if I check the auto-binding option it saves correctly, but if I use a button to make changes to the thing, it doesn’t work.

What am I doing wrong?

Not sure if I’m missing out on something obvious here but the workflow seems to be fine. Have you checked the DB if the values are saved properly? If they are, then it’s probably how you’re displaying the data or a privacy rule issue

DB is saving the date and time in a very weird manner. I thought it had something to do with timezone but my default setting is to use my current timezone.

I save a date and time, say 19:15. And in the DB it is saved as 12:30. It doesn’t make sense.

Do you have any timezone overrides?

No overrides.

@ntabs Hey I fixed the issue. I simply deleted the Date/Time Picker component and added another one. I think it was buggy. It is saving and displaying date and time correctly now.

Thank you!

1 Like