Drawing Arc depending on the seconds - Help needed

Hello Guys,

I am working on a watch face for myself.

Does anyone have a clue how to accomplish the following.

I want to draw an arc starting at 0 o`clock getting longer as the seconds pass by. So when 60 seconds are over, the arc is shaped like a circle and starts new at 0 o´clock.

I tested several ideas but nothing really worked out.

In my test the arc started at 0 o´clock and finally got a shape of a circle, but not corresponding to the seconds that passed by.

Here is one of my test and I know that the clockTime-part is completely wrong. I tested something with sin and cos, but nothing really worked out.

dc.drawArc(140, 60, 25, Graphics.ARC_CLOCKWISE, 90, -clockTime.sec*11.5);

Thank you very much for your time and help!!!!

Kenny