The postcode map shows the location and boundary line for AB16 9TW, with the map marker a central point of reference for this postcode, marking the central latitude (57.153449) and longitude (-2.147753) geographic coordinates for satnav purposes.
Use the grey circle to determine the approximate postcode border radius for this geographical postcode area.
This page outlines the sunrise (dawn) and sunset (dusk) times for AB16 9TW (Aberdeen) postcode area.
Sunrise is the instance at which the upper edge of the sun appears over the eastern horizon in the morning, and sunset is the daily disappearance of the sun below the western horizon. The following sunrise/sunset times are calculated algorithmically, and may vary by a couple of minutes.
Date | Sunrise | Sunset |
---|---|---|
Tuesday, April 24, 2018 | 06:01 | 18:01 |
Friday, April 27, 2018 | 06:04 | 18:04 |
Monday, April 30, 2018 | 06:07 | 18:07 |
Thursday, May 3, 2018 | 06:10 | 18:10 |
Sunday, May 6, 2018 | 06:13 | 18:13 |
Wednesday, May 9, 2018 | 06:16 | 18:16 |
Saturday, May 12, 2018 | 06:19 | 18:19 |
Tuesday, May 15, 2018 | 06:22 | 18:22 |
Friday, May 18, 2018 | 06:25 | 18:25 |
Monday, May 21, 2018 | 06:28 | 18:28 |
Our sunrise and sunset times are calculated algorithmnically, using PHP, Ajax and JQuery. PHP has a built in function (date_sunrise() and date_sunset()) that returns the time of sunrise and sunset for any given day and location, and is calculated based on the latitude/longitude coordinates.
The sunrise and sunset syntax for the PHP function is as follows:
date_sunrise(timestamp,format,latitude,longitude,zenith,gmtoffset);
Parameter | Details |
---|---|
timestamp | A required field that passes the timestamp of the day required to calculate the sunrise/sunset time. |
format |
An optional parameter that specified how the date format is returned. |
latitude | An optional parameter, specifying the latitude of the region. Default is North. |
longitude | An optional parameter, specifying the longitude of the region. Default is East. |
zenith | An optional parameter, specifying the default zenith. Default is date.sunrise_zenith. |
gmtoffset | An optional field that specifies any offset of GMT (Greenwich Mean Time). |