From 1210245660c7a3108c635b6602bddaff47476147 Mon Sep 17 00:00:00 2001 From: ceruIean Date: Fri, 25 Feb 2022 02:21:00 +0800 Subject: [PATCH] change timezone --- Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.cs b/Program.cs index 584e6c1..0cb0683 100644 --- a/Program.cs +++ b/Program.cs @@ -17,7 +17,6 @@ namespace _2021_backend public static void Main(string[] args) { - AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true); var host = CreateHostBuilder(args).Build(); using (var scope = host.Services.CreateScope())