Sidereal Time Calculator

Compute Greenwich and local sidereal time for astronomy and telescope alignment

Ad placeholder (leaderboard)

Sidereal time is the clock astronomers use to point telescopes, because it follows the stars rather than the Sun. This tool computes Greenwich Mean Sidereal Time and your Local Mean Sidereal Time from any UTC instant and your longitude.

How it works

The calculation starts from the Julian Date, then measures the elapsed days since the J2000.0 epoch and applies the standard mean sidereal time expression:

JD   = unix_ms / 86400000 + 2440587.5
D    = JD − 2451545.0
GMST = 280.46061837 + 360.98564736629 × D   (degrees, then mod 360)
hours = GMST / 15
LST  = (GMST/15 + longitude/15) mod 24

The coefficient 360.98564736629 is slightly more than 360 because the Earth must turn a little extra each solar day to face the Sun again; relative to the stars it completes just under one full turn per solar day.

Example and tips

For an observer in London (longitude about minus 0.13 degrees) the local sidereal time is essentially the same as GMST. Always feed the tool UTC: if your watch says 9 PM in a zone that is two hours ahead of UTC, enter 19:00. To find a target’s hour angle, subtract its right ascension from the Local Sidereal Time the tool reports; a result of zero means the object is crossing your meridian.

Ad placeholder (rectangle)