Skip to content

Date and Time Tools

Work out ages, gaps between dates, time zones and Unix timestamps.

Unix Timestamp ConverterConvert between Unix timestamps and human-readable dates.Age CalculatorWork out an exact age in years, months and days, at any date.Date CalculatorAdd or subtract time from a date, or count the days between two.Lunar Calendar ConverterConvert between solar and Vietnamese lunar dates, with can chi and solar terms.Time Zone ConverterConvert a time between zones, with daylight-saving edges flagged.

Other categories

About Date and Time Tools

Dates are the part of programming and of ordinary life that everybody assumes is simple and nobody gets right. Months have different lengths, years occasionally have an extra day, clocks jump forward and back twice a year in some countries and never in others, and time zones are a political fact rather than a mathematical one.

The tools here take that seriously rather than papering over it. The timestamp converter works in both directions, detects whether a number is in seconds or milliseconds, and shows the result as ISO 8601 in UTC, in a time zone you pick from your browser’s own list, and as a relative time such as three hours ago. Where a calculation has to make a choice — what one month after 31 January means, what happens to a wall-clock time that a daylight-saving jump deleted — the tool states which convention it used instead of quietly picking one.

All of it runs on your own device using the date and internationalisation support already built into your browser, so there is no lookup service to be down, no rate limit, and nothing about the dates you are checking that leaves the page.

Questions

Are timestamps in seconds or milliseconds?

Both are supported and the unit is detected automatically from the magnitude. You can also set it explicitly.

Which time zones are available?

The zones your own browser knows about, which is the full IANA database. Your local zone is detected and preselected.

Do these tools handle daylight saving time?

Yes. Conversions use your browser’s zone data, so a date inside a daylight-saving period gets that period’s offset rather than today’s.

Is anything I enter sent to a server?

No. Every calculation happens in the page, and the site cannot connect anywhere except back to its own origin.

Esc

16 results