Provides a now() function that returns the current time.
void -> DateTime
var now = now(); print("Current time: $now");
DateTime now(List args) => DateTime.now();