The DateTime.FixedLocalNow expression, will return a DateTime value set to the current date and time on the system. When combined with Date.From it is converted into a Date value. To illustrate:
Today = Date.From( DateTime.FixedLocalNow())
Some useful date related functions are highlighted here: