time_t(C语言时间类型)
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="time-t"></div>
Embed via iframe for maximum compatibility.
<iframe src="https://timefyi.com/iframe/glossary/time-t/" 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/time-t/
Add a dynamic SVG badge to your README or docs.
[](https://timefyi.com/glossary/time-t/)
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="time-t"></timefyi-glossary>
定义
C语言用于表示时间的数据类型,通常以Unix纪元以来的秒数表示。历史上为32位有符号整数,导致2038年问题;现代系统改用64位time_t。