You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Ideally we could enforce UTC time-zone for all connections to Hangfire Postgres (to ensure proper DateTime handling) however if the connection is being enlisted
23
+
/// then we cannot touch the ConnectionString in any way because otherwise this creates a new prepared transaction, which becomes aborted
24
+
///
25
+
/// The best we can do at the moment is enforce UTC on connections initialized (and not enlisted) by Hangfire Postgres
0 commit comments