7 lines
No EOL
175 B
C#
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"];
|
|
} |