uses the Ruby Time.now method to display the current time
<html> <head> <title>Using Views</title> </head> <body> The time is now <%= Time.now %> </body> </html>