]> gitweb.factorcode.org Git - factor.git/commitdiff
hacker-news: christmas theme is utc time
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 25 Dec 2023 03:05:34 +0000 (21:05 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 25 Dec 2023 03:05:34 +0000 (21:05 -0600)
extra/hacker-news/hacker-news.factor

index 342603481066fe885bf4a56d114a83d272cbe17e..ff4292f8d6933c69af2b4565ac5843e9ad5a915c 100644 (file)
@@ -47,7 +47,7 @@ CONSTANT: christmas-green COLOR: #376627
     "jobstories" hacker-news-items ;
 
 : christmas-day? ( -- ? )
-    now dup christmas-day same-day? ;
+    now-utc dup christmas-day same-day? ;
 
 : number-color ( n -- color )
     christmas-day? [