import Time ; // Import the standard Time library // Display the current date as year/month/day println( "Date = " + year( ) + "/" + month( ) + "/" + day( ) ) ; // Display the current time as hour:minute:second println( "Time = " + hour( ) + ":" + minute( ) + ":" + second( ) ) ;