There's no class in the core libraries to model a date w/o time. You have to use new DateTime.now()
.
Be aware that the date depends on the timezone: 2016-01-20 02:00:00
in Paris is the same instant as 2016-01-19 17:00:00
in Seattle but the day is not the same.