[SalesForce] How do we get current time of the logged in user

I need to capture the current users current time in a VF page. Is there a way to capture that info in controller?

Best Answer

If you don't mind having the date in there:

System.now().format()