Convert timestamp format using date filter

Hi,
I have the following timestamp format
Aug 28, 2019 @ 17:51:45.501

and this is the format i want to convert
2019-08-28 08:52:07

how can I convert it?

Thank you

See this answer.

Thank you!