Treat content schedule dates as UTC (#19028)

This commit is contained in:
Kenn Jacobsen
2025-04-14 14:50:02 +02:00
committed by GitHub
parent f9496e8067
commit 7495c3c7b2
13 changed files with 172 additions and 25 deletions

View File

@@ -0,0 +1,8 @@
using NUnit.Framework;
namespace Umbraco.Cms.Tests.UnitTests.Umbraco.Core.Extensions;
[TestFixture]
public partial class ContentExtensionsTests
{
}