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.
double のエポックがあり、time_t を使用する関数に渡す必要があります。double のエポックを time_t に変換するにはどうすればよいですか? 私は C++ コードを使用して Linux を使用しています。ありがとう。
にエポックがある場合double、これは機能しませんか?
double
time_t t = static_cast<time_t>(epoch_time);
エポックが
協定世界時 1970 年 1 月 1 日の 00:00:00 から経過した秒数。