Quartz.Plugins.TimeZoneConverter 3.18.1

Quartz.Plugins.TimeZoneConverter provides integration with TimeZoneConverter which helps to bridge between *nix and Windows differences.

Installation

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

Install-Package Quartz.Plugins.TimeZoneConverter

Using

Classic property-based configuration

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

Configuring using scheduler builder

var config = SchedulerBuilder.Create()
    .UseTimeZoneConverter();
ISchedulerFactory schedulerFactory = config.Build();

No packages depend on Quartz.Plugins.TimeZoneConverter.

https://github.com/quartznet/quartznet/releases

.NET Framework 4.6.2

.NET Framework 4.7.2

.NET Standard 2.0

Version Downloads Last updated
3.18.1 4 04/27/2026
3.18.0 7 04/17/2026
3.17.1 7 04/17/2026
3.17.0 5 04/17/2026
3.16.1 7 04/17/2026
3.16.0 4 04/17/2026
3.15.1 7 04/17/2026
3.15.0 6 04/17/2026
3.14.0 5 04/17/2026
3.13.1 9 04/17/2026
3.13.0 7 04/17/2026
3.12.0 6 04/17/2026
3.11.0 5 04/17/2026
3.10.0 7 04/17/2026
3.9.0 5 04/17/2026
3.8.1 6 04/17/2026
3.8.0 5 04/17/2026
3.7.0 6 04/17/2026
3.6.3 5 04/17/2026
3.6.2 7 04/17/2026
3.6.1 6 04/17/2026
3.6.0 6 04/17/2026
3.5.0 5 04/17/2026
3.4.0 7 04/17/2026
3.3.3 6 04/17/2026
3.3.2 6 04/17/2026
3.3.1 7 04/17/2026
3.3.0 5 04/17/2026
3.2.4 5 04/17/2026
3.2.3 5 04/17/2026
3.2.2 7 04/17/2026
3.2.1 6 04/17/2026
3.2.0 6 04/17/2026
3.1.0 5 04/17/2026
3.0.7 9 04/17/2026