wordpress convert timestamp to date not correctly

I use wp_date() function to convert and show dates with hours and minutes.

wp_date( 'Y/m/d - H:m:s',1598205923, 'Asia/Tehran' )

My problem is it shows Y/m/d correct. the hour is ok. but it shows m:s with a difference of about thirty minutes!!!

Topic date timestamp Wordpress

Category Web


Try this. It works

wp_date( 'Y/m/d - h:i:s', 1598205923, new DateTimeZone('Asia/Tehran') )

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.