The datetime strings on the Telescope details page for showing next twilight start/end show a time with GMT. This should say the time with UTC, not GMT. The datetime strings from the API are in isoformat with 'Z' and no other timezone info, so its the javascript library that is displaying it as GMT.
The datetime strings on the Telescope details page for showing next twilight start/end show a time with GMT. This should say the time with UTC, not GMT. The datetime strings from the API are in isoformat with 'Z' and no other timezone info, so its the javascript library that is displaying it as GMT.