Timestamp only for time

// #popclip
// { name: Time, requirements: [paste], after: paste-result, lang: js }
return new Date().toLocaleTimeString();

(The above block is an extension snippet — select it then click “Install Extension” in PopClip.)

And you can control the exact format by proving parameters to toLocaleTimeString().