Get date function not working

You have to pass the second parameter $post to get_the_time('j'):

get_the_time( 'j', $post );

If you don’t WordPress will just use whatever the current global post object is.