From c4e8509aacee087b05d9797ab013ac5b9020ea72 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Thu, 22 Dec 2022 14:08:59 +0000 Subject: [PATCH] Base: Unquote the timestamp in a quote `fortune` was failing to read this and treating the timestamp as 0. The irony in this being a quote about the absence of boogs is not lost on me. :^) --- Base/res/fortunes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/res/fortunes.json b/Base/res/fortunes.json index dceec976d2..f2f7a3c12f 100644 --- a/Base/res/fortunes.json +++ b/Base/res/fortunes.json @@ -100,7 +100,7 @@ { "quote": "Changelog: All boogs fixed, thar be no moar boogs", "author": "CxByte", - "utc_time": "1627859603", + "utc_time": 1627859603, "url": "https://github.com/SerenityOS/serenity/pull/9127#issuecomment-890603297" }, {