POSIX 시간
technicalEmbed This Widget
Add the script tag and a data attribute to embed this widget.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<div data-timefyi="glossary" data-slug="posix-time"></div>
Embed via iframe for maximum compatibility.
<iframe src="https://timefyi.com/iframe/glossary/posix-time/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://timefyi.com/glossary/posix-time/
Add a dynamic SVG badge to your README or docs.
[](https://timefyi.com/glossary/posix-time/)
Use the native HTML custom element.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<timefyi-glossary slug="posix-time"></timefyi-glossary>
정의
사실상 유닉스 시간과 동일하며, 1970-01-01T00:00:00Z부터 경과한 초 수입니다. POSIX는 하루를 정확히 86,400초로 정의하여 의도적으로 윤초를 무시합니다.