The current time can be read with the second(), minute(), and hour() functions. This example uses map() to calculate the angle of the hands. It then uses transformations to set their position.
Contributors: adil rabbani, Animesh Sinha, Katie, Caleb Foss
Modified from Clock.
Originally ported from the Processing example Clock.
Clock is licensed under CC BY-NC-SA 4.0.
Related Examples

A small white circle on a grey background.
Linear Interpolation
Convert a number between 0 and 1 to another range.

A large yellow circle on a black background.
Map
Convert a number from one range to another range.

A small purple circle on a black background.
Random
Get random numbers.

A small white circle in a pink rectangle.
Constrain
Keep a number within a range.

A pink clock on a grey background.
Clock
Get the current time.