Thank you. My date/time comes from clicking into my first column (Date), and then clicking “Today” from the calendar.
It sounds like doing that only enters year, month, day, hour, and minutes?
How did you get your seconds to show? I’m guessing from what you said your ‘date/time’ column comes from an API?
Here’s what I’m trying to accomplish ultimately: Elapsed time / stop watch / timer
You are correct, that clicking “today” in the date/time picker only enters year, month, day, hour, and minutes. Seconds are set to zero.
I used that exact same method when entering the date/times in my screen capture. Then I used a formula field to show how Airtable stores the date/time value internally in ISO 8601 format. You can see the trailing zeros for zero seconds in the screen capture.
I’m afraid that clicking “today” will not work for your use case.