On the AstronomicalData page on the online reference it says for
AstronomicalData["Sun", "NextRiseTime"]
that it finds the next rise time for the Sun from your current location and time. Where does Mathematica keep that? I don't remember giving that during installation and I can't find it in the Preferences either.
edit
Particularly the returned value
{2012, 9, 5, 7, 3, 52.704}
to 1 ms resolution suggests that the location is known to some precision. At the latitude were I live 1 ms is 25 cm.

FindGeoLocation[]and$GeoLocation? – J. M.♦ Sep 5 '12 at 11:22FindGeoLocation may use built-in GPS or other capabilities. My PC doesn't have a GPS, and I don't know if an IP-address will tell much. – stevenvh Sep 5 '12 at 11:30