fix(api, esppOrderLoader, esppOrderManager): исправлена часовая зона УЗ ЕСПП

This commit is contained in:
Mikhail Trubnikov
2024-09-04 12:29:49 +10:00
parent 62d84b0a18
commit 2a774bc413
5 changed files with 5 additions and 6 deletions

View File

@@ -5,6 +5,6 @@
/// <summary>
/// Таймзона учетной записи ЕСПП относительно UTC
/// </summary>
public static int TimeZone = 10;//0;
public static int TimeZone { get; set; } = 3;
}
}