We are experiencing issue with Hangfire.Core 1.8.20 and Hangfire.Postgresql 1.20.12. where Hangfire dashboard showing "Aborted servers will be removed automatically" message due to timezone mismatch.
Solutions tried so far but did not work-
• Added ";Timezone=UTC" in the end of the Hangfire Postgresql connection string.
• Use AppContet.SetSwitch("NgsqlEnableLegacyTimestampBehavior" = true), this is already set for our Npgsql database.
I see that issue is already resolved under below issue
#284
can anyone please guide us that in which version this issue was fixed?