From 62d9d9acdc7e0bcc9a2d0458f66cbb93e4091ff7 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 5 Feb 2026 16:33:47 +0800 Subject: [PATCH] :necktie: Remove the Valentine's Day from the global notable days --- DysonNetwork.Pass/Account/NotableDaysService.cs | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/DysonNetwork.Pass/Account/NotableDaysService.cs b/DysonNetwork.Pass/Account/NotableDaysService.cs index eddcf746..8a86e011 100644 --- a/DysonNetwork.Pass/Account/NotableDaysService.cs +++ b/DysonNetwork.Pass/Account/NotableDaysService.cs @@ -69,18 +69,6 @@ public class NotableDaysService(ICacheService cache) }; globalDays.Add(newYear); - // Valentine's Day - February 14 - var valentine = new NotableDay - { - Date = Instant.FromDateTimeUtc(new DateTime(year, 2, 14, 0, 0, 0, DateTimeKind.Utc)), - LocalName = "Valentine's Day", - GlobalName = "Valentine's Day", - LocalizableKey = "ValentineDay", - CountryCode = null, - Holidays = [NotableHolidayType.Observance] - }; - globalDays.Add(valentine); - // April Fools' Day - April 1 var aprilFools = new NotableDay {