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.
timeIntervalSinceReferenceDateとtimeIntervalSince1970を使用することには利点がありますか(ARMプロセッサが32ビットであるという事実を除く)?
timeIntervalSinceReferenceDateを使用するときにサーバー側で変換される限り、問題ありません。ARMは2038より前に64ビットにアップグレードされる可能性があるため、timeIntervalSince1970もオプションになります。