I\'ve to admit that I don\'t know much about functional programming. I read about it from here and there, and so came to know that in functional programming, a function retu
"Current time" is not a function. It is a parameter. If your code depends on current time, it means your code is parameterized by time.