Logging variable

Can someone say which format should i use for this logging variable:

%e{Format} Actual playback duration, in FormatDateTime format (for stop logging)

I want to get mm:ss format into my sql base. i’ve tried with %e{FormatDateTime(‘nn:ss’);} but im gettin only seconds duration.

Thanks !

%e{nn:ss}