From 992350ccb73cbf2ffa4f5b95837825df1f307fbf Mon Sep 17 00:00:00 2001 From: thomas-tharp Date: Wed, 13 Nov 2024 11:20:55 -0500 Subject: [PATCH] Update ksuid.go Fix date typo in epochStamp comment --- ksuid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksuid.go b/ksuid.go index 79bbe56..8716f94 100644 --- a/ksuid.go +++ b/ksuid.go @@ -14,7 +14,7 @@ import ( const ( // KSUID's epoch starts more recently so that the 32-bit number space gives a - // significantly higher useful lifetime of around 136 years from March 2017. + // significantly higher useful lifetime of around 136 years from May 2014. // This number (14e8) was picked to be easy to remember. epochStamp int64 = 1400000000