Hangfire.RecurringJobAdmin
Hangfire.RecurringJobAdmin copied to clipboard
Time Zone ID not Found; use Hangfire.Core.ITimeZoneResolver
Instead of using system times zones via TimeZoneInfo; ctor resolve and use Hangfire.Core.ITimeZoneResolver
public static DateTime ChangeTimeZone(this DateTime dateTime, string timeZoneId) => TimeZoneInfo.ConvertTimeBySystemTimeZoneId(dateTime, timeZoneId);