Epoch to GMT / BST (UK)

Convert a Unix epoch timestamp to UK Time (GMT/BST, UTC+00:00 / +01:00 (DST)) — seconds or milliseconds — right in your browser. No upload, no time API.

Quick answer

UK time is GMT (UTC+0) in winter and BST (UTC+1) in summer. TryDevSnip uses the Europe/London zone so British Summer Time is applied on the right dates — converting any epoch in your browser.

GMT and UTC line up in winter, but the UK shifts to BST (UTC+1) in summer. The Europe/London zone tracks that automatically.

Open Timestamp Converter (GMT/BST)Unix timestamp to date

Worked example

Epoch 1768478400 is the same instant everywhere — only the wall-clock reading changes:

Seconds since epoch1768478400
Milliseconds1768478400000
UTC (ISO 8601)2026-01-15T12:00:00Z
GMT/BST (Europe/London)15 Jan 2026, 12:00:00 GMT

Nominal offset for this zone: UTC+00:00 / +01:00 (DST).

Where epoch conversions go wrong

Other zones: UTC · IST · PST · EST · CST · CET · AEST · JST · KST

Frequently asked questions

How do I convert a Unix timestamp to GMT/BST?

UK time is GMT (UTC+0) in winter and BST (UTC+1) in summer. TryDevSnip uses the Europe/London zone so British Summer Time is applied on the right dates — converting any epoch in your browser.

What is the GMT/BST offset from UTC?

UK Time (GMT/BST) is UTC+00:00 / +01:00 (DST). TryDevSnip applies it — including daylight saving where it applies — using your browser’s timezone engine.

Does this call a server or time API?

No. TryDevSnip converts locally with dayjs and your browser clock. Epochs are not uploaded to our servers for processing.

TryDevSnip