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

7 lines
175 B
C#
Raw Normal View History

2024-09-01 03:45:00 +02:00
using NodaTime;
namespace Server.Utils;
public static class Constants {
public static readonly DateTimeZone BucharestTz = DateTimeZoneProviders.Tzdb["Europe/Bucharest"];
}