The app needs access to your current location to fetch the correct time zone information, sunrise and sunset times, moon phases, ascendant and projected planetary positions
The auto-complete lookup uses a custom Web service to match strategic towns and cities around the world (over 40,000) with the correct time-zone location.
The date and time field opens a mobile-friendly date and time picker. Press the update button to fetch matching data.
To show current results, press the reset button
Many Web applications use Unix time, the number of seconds since the start of 1st January 1970, UTC. Unix timestamps are the same in all time zones. Negative values represent dates before 1970. With signed 64-bit integers, we will have no problems representing dates after 2038.
Many astronomical applications use Julian days, i.e. the numbers since since 12 noon, 24th November 4713 BCE.