From 046b3b8b14dec13119f28376b3f7c87c9606717a Mon Sep 17 00:00:00 2001 From: kaanelloed <11068249+kaanelloed@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:00:12 -0400 Subject: [PATCH] chore: add a link to the platforms' different behaviors for the 24h format --- lib/utils/date_time_extension.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/date_time_extension.dart b/lib/utils/date_time_extension.dart index 65a6246df..ece0a5c49 100644 --- a/lib/utils/date_time_extension.dart +++ b/lib/utils/date_time_extension.dart @@ -83,6 +83,7 @@ extension DateTimeExtension on DateTime { final l10n24h = L10n.of(context).alwaysUse24HourFormat == 'true'; + // https://github.com/krille-chan/fluffychat/pull/1457#discussion_r1836817914 if (PlatformInfos.isAndroid) { return mediaQuery24h; } else if (PlatformInfos.isIOS) {