How to display datetime field in tree view under single field

How to display datetime field in tree view under single field without using two different fields widget=date and widget= time.

Any recommendations to this will be a great help.

This is not supported, you should split it into two separate fields

You can also create a text function field that returns the formatted date/time value.

But this will not follow necessary the locale of the client displaying it.