Skip to main content
tlify
PDFImageUtilityMediaTools
tlify© 2026 · Browser-side processing · No account needed
PrivacyTermsCookiesContact
HomePDFImageMediaMore
⏱
03·Utility/timestamp-converter

Timestamp Converter

in-browser
⌘K
How it works
  1. Enter a Unix timestamp to see the date, or pick a date to get the timestamp.
  2. Use the Now button to fill in the current time.
  3. Copy any converted value to clipboard.

Related

{}JSON Formatter64Base64 Encoder / DecoderWWord Counter⏲Cron Expression Parser⇆Unit Converter◔Pomodoro Timer⏰Crontab Generator

Current Unix Timestamp

1779143900

Unix Timestamp to Date

Date to Unix Timestamp

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 at 00:00:00 UTC (the Unix epoch). It is widely used in programming and databases to represent points in time.
Unix timestamps are traditionally in seconds. JavaScript and some APIs use milliseconds (seconds multiplied by 1,000). This tool accepts seconds and shows both formats.
Yes. All conversions run entirely in your browser. No data is sent to any server.
The local representation uses your browser's time zone, while UTC shows the time in Coordinated Universal Time. The underlying moment in time is the same.