Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/sysio/time.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class block_timestamp {
bool operator!=(const block_timestamp& t) const { return slot != t.slot; }
uint32_t slot = 0;
static constexpr int32_t block_interval_ms = 500;
static constexpr int64_t block_timestamp_epoch = 946684800000ll; // epoch is year 2000
static constexpr int64_t block_timestamp_epoch = 1735689600000ll; // epoch is year 2025
/// @endcond
private:
void set_time_point(const time_point& t) {
Expand Down
Loading