Returns the time of sunrise for the given coordinates and date, or null if the sun does not rise on that date (polar night).
degrees north (positive) or south (negative)
degrees east (positive) or west (negative)
the date to calculate for; pass null or omit to use today
A Date object representing the time of sunrise, or null
Returns the time of sunrise for the given coordinates and date, or null if the sun does not rise on that date (polar night).