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) {