personal/q3k/shipstuck: fix time of incident

istheshipstillstuck.com is wrong!

Change-Id: Ie0c7c29d97f620f294a307e950e4d590fbca1e79
diff --git a/personal/q3k/shipstuck/main.go b/personal/q3k/shipstuck/main.go
index f35b9f4..af0dabd 100644
--- a/personal/q3k/shipstuck/main.go
+++ b/personal/q3k/shipstuck/main.go
@@ -121,8 +121,8 @@
 
 var (
 	timeStuck = timeMust(time.Parse(
-		"At 15:04 Eastern European Time (MST) on 2 January 2006",
-		"At 07:40 Eastern European Time (UTC) on 23 March 2021",
+		"At 15:04 Eastern European Time (-0700) on 2 January 2006",
+		"At 07:40 Eastern European Time (+0200) on 23 March 2021",
 	))
 )