2038年问题(Y2K38)
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="y2k38"></div>
Embed via iframe for maximum compatibility.
<iframe src="https://timefyi.com/iframe/glossary/y2k38/" 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/y2k38/
Add a dynamic SVG badge to your README or docs.
[](https://timefyi.com/glossary/y2k38/)
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="y2k38"></timefyi-glossary>
定义
32位有符号整数Unix时间戳将于2038年1月19日03:14:07 UTC溢出的潜在计算机漏洞。使用32位time_t的系统将回绕为负值,被解读为1901年。