Function OSSingleton.getDate

Returns current date as a dictionary of keys: year, month, day, weekday, dst (Daylight Savings Time).

Dictionary getDate (
  const(bool) utc = false
) nothrow @nogc const;