From b48d45e3cf7b22d532ca75c178321330aa1e8a16 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Sun, 1 Sep 2024 13:49:58 +0100 Subject: [PATCH] Add a fun fact --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index 9238c35..a34e4cb 100644 --- a/main.go +++ b/main.go @@ -9,6 +9,9 @@ import ( "time" ) +// Fun fact: the reference time is the specific time Jan 2 15:04:05 2006 MST, which reads: +// 01 02 03 04 05 06 -0700 +// 1234567. Very clever, Google. var timeLayout = "02/Jan/2006 15:04:05" func StartServer(port string, path string, address string, protocolVer string) (error, int) {