Quartz.Plugins.TimeZoneConverter 4.0.0-alpha.1


title: TimeZoneConverter Integration

Quartz.Plugins.TimeZoneConverter plugs TimeZoneConverter into Quartz's time zone lookup, so that both Windows ids (Central America Standard Time) and IANA ids (America/Guatemala) resolve on either operating system.

Why you would want it

Every trigger that names a time zone names it by id, and TimeZoneInfo.FindSystemTimeZoneById answers with whatever ids the machine happens to know: Windows ids on Windows, IANA ids on Linux and macOS — with recent .NET able to convert between them only where the operating system has the data to do it. A schedule written on one and run on the other therefore throws TimeZoneNotFoundException at the point where a trigger is built or read back, and a schedule stored in a database is exactly the schedule that gets moved between them.

Adding the plugin registers a resolver with Quartz.TimeZones, which is what Quartz's own lookups go through. Both spellings then resolve everywhere, and a stored trigger keeps firing after its scheduler moves host.

Installation

You need to add NuGet package reference to your project which uses Quartz.

dotnet add package Quartz.Plugins.TimeZoneConverter

Using

builder.Services.AddQuartz(q => q.UseTimeZoneConverter());

UseTimeZoneConverter hangs off IQuartzBuilder, so the same call configures a scheduler built without a host:

await using StandaloneSchedulerFactory schedulerFactory = QuartzSchedulerBuilder.Create()
    .UseTimeZoneConverter()
    .Build();

Classic property-based configuration

NameValueCollection properties = new()
{
    ["quartz.plugin.timeZoneConverter.type"] = "Quartz.Plugins.TimeZoneConverter.TimeZoneConverterPlugin, Quartz.Plugins.TimeZoneConverter"
};

await using StandaloneSchedulerFactory schedulerFactory = QuartzSchedulerBuilder.Create()
    .UseProperties(properties)
    .Build();

Showing the top 20 packages that depend on Quartz.Plugins.TimeZoneConverter.

Packages Downloads
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
38
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
38
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
37
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
34
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
34
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
33
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
33
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
32
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
31
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
31
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
30
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
30
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
29
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
29
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
28
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
26
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
26
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
25
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
24

Version Downloads Last updated
4.1.1 5 09/19/2026
4.1.0 10 09/17/2026
4.0.1 6 09/10/2026
4.0.0 7 09/05/2026
4.0.0-rc.2 6 09/05/2026
4.0.0-rc.1 7 09/05/2026
4.0.0-beta.1 7 09/04/2026
4.0.0-alpha.5 8 09/02/2026
4.0.0-alpha.4 8 09/01/2026
4.0.0-alpha.3 9 09/01/2026
4.0.0-alpha.2 12 08/26/2026
4.0.0-alpha.1 8 08/22/2026
3.22.0 5 09/18/2026
3.21.0 7 09/10/2026
3.20.1 9 09/05/2026
3.20.0 9 09/01/2026
3.19.1 15 07/27/2026
3.19.0 13 07/25/2026
3.18.2 18 07/02/2026
3.18.1 31 04/26/2026
3.18.0 35 04/13/2026
3.17.1 37 04/08/2026
3.17.0 30 04/01/2026
3.16.1 43 03/09/2026
3.16.0 35 03/02/2026
3.15.1 37 12/11/2025
3.15.0 34 12/13/2025
3.14.0 42 12/12/2025
3.13.1 34 12/13/2025
3.13.0 32 12/13/2025
3.12.0 33 12/12/2025
3.11.0 37 12/13/2025
3.10.0 33 12/10/2025
3.9.0 40 12/12/2025
3.8.1 36 12/13/2025
3.8.0 38 12/10/2025
3.7.0 35 12/12/2025
3.6.3 40 12/10/2025
3.6.2 44 12/12/2025
3.6.1 38 12/10/2025
3.6.0 39 12/13/2025
3.5.0 33 12/13/2025
3.4.0 43 12/10/2025
3.3.3 39 12/13/2025
3.3.2 34 12/12/2025
3.3.1 37 12/22/2025
3.3.0 34 12/11/2025
3.2.4 29 12/13/2025
3.2.3 40 12/13/2025
3.2.2 35 12/13/2025
3.2.1 37 12/13/2025
3.2.0 31 12/12/2025
3.1.0 38 12/13/2025
3.0.7 38 12/11/2025