new-infofer-scraper/server/Utils/Constants.cs

7 lines
No EOL
175 B
C#

using NodaTime;
namespace Server.Utils;
public static class Constants {
public static readonly DateTimeZone BucharestTz = DateTimeZoneProviders.Tzdb["Europe/Bucharest"];
}