Date and Time of case opening in case list

I would like the date and time of opening a case (which is what is actually stored in the case data) to appear in the case list. I don't mind that the time zone may be different. I can get the date, either by entering current()/date_opened as a calculated property or date-opened as a 'regular' field. But no time.
Any suggestions?
Thanks.

I have this same question. I’d like to access the time component as well of the date_opened field within a hidden value.

You can use the format-date function to extract the time component:

https://dimagi.atlassian.net/wiki/spaces/commcarepublic/pages/2143957589/CommCare+Functions#format-date

I believe there are some contexts where the time bit is truncated in displaying or storing a datetime, though I don’t have the specifics. You can split the two apart using format-date for logic or storage if necessary.