ToolbyeИнструмент Timestamp

Дата в Unix timestamp

Преобразуйте читаемую дату в Unix секунды и миллисекунды для API, логов и БД.

Что это решает

Используйте, когда из даты, ISO-значения или local time нужен числовой timestamp.

Как использовать

  1. Prepare a clear date-time string such as an ISO value or YYYY-MM-DD HH:mm:ss.
  2. Open the main timestamp tool and paste it into the DateTime to Timestamp panel.
  3. Choose the timezone context before trusting the output.
  4. Copy seconds or milliseconds depending on the target system.

Date input example

2026-01-01 00:00:00
2026-01-01T00:00:00Z
The tool returns Unix seconds and Unix milliseconds for the same date-time input.

Use UTC input when the target API expects a timezone-independent value.

Частые ошибки

Missing timezone

A date without timezone may be interpreted as browser local time.

Ambiguous date format

Prefer ISO or YYYY-MM-DD HH:mm:ss to avoid month/day confusion.

Wrong output unit

Check whether your API expects seconds or milliseconds before copying.

FAQ: дата в timestamp

Can I use ISO date strings?

Yes. ISO strings are recommended when timezone clarity matters.

Should I copy seconds or milliseconds?

Use seconds for many backend APIs and milliseconds for JavaScript Date workflows.

Why did the result shift by timezone?

The same date text may be parsed in local time unless a UTC offset is included.

Связанные timestamp-гайды

Unix timestamp в дату

Преобразуйте 10-значные секунды или 13-значные миллисекунды в local time и UTC.

Конвертер timestamp в миллисекундах

Преобразуйте 13-значные миллисекунды и сравнивайте их с 10-значными Unix секундами.

Связанные инструменты

JSON Formatter

Форматируйте, сжимайте и проверяйте JSON с понятным указанием позиции ошибки.

Base64 Encode / Decode

Преобразуйте текст и изображения между Base64 и читаемым содержимым.