Unless I’m mistaken, the native date/time picker can only be set to date OR time. If you use the date picker, it will default to the current time; if you use the time picker, it defaults to current date. This means you cannot set a date and time (example: a project is due on Friday at 4pm).
Currently I have a workaround by having two fields - one for date and one for time - in my data type and only displaying the relevant data from either. It’s functional but a bit clunky. Are there any plugins that solve this?