Use time_t rather than uint32_t to represent the timestamps. That means
we have 64 bits rather than 32 on all platforms except i386, avoiding
the Y2K38 issues on most platforms.
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential D36837
pf: use time_to for timestamps kp on Sep 30 2022, 7:43 AM. Authored by Tags None Referenced Files
Details
Use time_t rather than uint32_t to represent the timestamps. That means Sponsored by: Rubicon Communications, LLC ("Netgate")
Diff Detail
|