summaryrefslogtreecommitdiffstats
path: root/src/handshake/timestamp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handshake/timestamp.rs')
-rw-r--r--src/handshake/timestamp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake/timestamp.rs b/src/handshake/timestamp.rs
index b78f1cd..b5bd9f0 100644
--- a/src/handshake/timestamp.rs
+++ b/src/handshake/timestamp.rs
@@ -2,7 +2,7 @@ use std::time::{SystemTime, UNIX_EPOCH};
pub type TAI64N = [u8; 12];
-const TAI64_EPOCH: u64 = 0x4000000000000000;
+const TAI64_EPOCH: u64 = 0x400000000000000a;
pub const ZERO: TAI64N = [0u8; 12];