From 6ee810bcb7e4f956f738398be6c72990760bc5be Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Mon, 12 Jan 2026 10:26:45 +0800 Subject: [PATCH] Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs b/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs index 446a4a483c..0bf9169989 100644 --- a/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs +++ b/framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs @@ -20,7 +20,8 @@ public static class TimeZoneHelper } /// - /// Builds a that includes the UTC offset in the name; returns null if the id is not found. + /// Builds a with the original timezone ID in Value and a display name that includes + /// the UTC offset in the Name property; returns null if the id is not found. /// public static NameValue? TryCreateNameValueWithOffset(NameValue timeZone) {