It appears that Today
, Now
and Here
are really "user friendly" shells of DateObject
and GeoPosition
.Where the required, bracketed, argument is automatically supplied according to the users time and location.
In[1]:= InputForm[Today]
Out[1]//InputForm=DateObject[{2019, 5, 8}, "Day", "Gregorian", 2.]
In[2]:= InputForm[Now]
Out[2]//InputForm=DateObject[{2019, 5, 8, 19, 56, 50.1329091`9.452697759260092}, "Instant", "Gregorian", 2.]
In[4]:= InputForm[Here]
Out[4]//InputForm=GeoPosition[{63.83, 20.26}]