current_time function incorrect in plugin and PHP, not in WordPress admin

true is for GMT time, try removing it.

current_time( 'timestamp' );

https://developer.wordpress.org/reference/functions/current_time/