Unix Timestamp Converter
Convert between Unix timestamps and human-readable dates.
Current Unix Timestamp
클릭하면 복사됩니다
2026. 3. 10. 오후 5:22:19
타임스탬프 → 날짜
날짜 → 타임스탬프
Frequently Asked Questions
What is a Unix timestamp?↓
A Unix timestamp is the number of seconds elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch). It is widely used in programming and databases.
What is the difference between seconds and milliseconds?↓
Unix timestamps are traditionally in seconds, but many systems (JavaScript, Java) use milliseconds. This tool auto-detects and handles both formats.