Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的内存使用非常有限。
我需要在我的程序中存储一个日期时间。精度是一秒。一个日期时间值只有 4 个字节。
实现这一目标的最佳方法是什么?
选择您需要表示并标记您的时代的最早日期/时间。然后使用四字节无符号类型作为 seconds-since-epoch。请注意,这只会为您提供约 68 年的范围,但这就是您在限制条件下所能获得的全部。