Looking at the time section of the template docs, you probably need to use the timestamp_custom filter. But that also means reading up on the strftime docs to build the format you’re expecting.
That is the default display format for a Python datetime object, which is what now() returns. If you would prefer an ISO formatted string representing the value of the datetime object, try: