How do I get the timestamp for my date

admin

Administrator
Staff member
The current code below returns my current local time in wordpress and the result looks like this. 2013-07-29 13:45:42

I need to convert this to a timestamp format. What is the answer please?

Code:
echo date_i18n( 'Y-m-d H:i:s', current_time( 'timestamp', 0 ) );