Need to know about time function in watir

In my script i need to take system time and have to store it like one
variable for hour, one variable for minutes and one varaible for
seconds.

How can i get system time. is there any buitin function in watir?

-------- Original-Nachricht --------

Datum: Sun, 20 Jan 2008 22:24:38 +0900
Von: Bhavesh S. [email protected]
An: [email protected]
Betreff: Need to know about time function in watir.

In my script i need to take system time and have to store it like one
variable for hour, one variable for minutes and one varaible for
seconds.

Use Ruby’s built-in Time class :

http://ruby-doc.org/core/classes/Time.html