Quartz.Plugins.TimeZoneConverter 3.14.0

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();

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

Packages Downloads
Volo.Abp.Quartz
Package Description
6
Volo.Abp.Quartz
Package Description
5
Volo.Abp.Quartz
Package Description
4

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.15.0 5 9/30/2025
3.14.0 6 9/30/2025
3.13.1 4 9/30/2025
3.13.0 3 9/30/2025
3.12.0 3 9/30/2025
3.11.0 3 9/30/2025
3.10.0 4 9/30/2025
3.9.0 3 9/30/2025
3.8.1 3 9/30/2025
3.8.0 4 9/30/2025
3.7.0 4 9/30/2025
3.6.3 3 9/30/2025
3.6.2 4 9/30/2025
3.6.1 3 9/30/2025
3.6.0 3 9/30/2025
3.5.0 3 9/30/2025
3.4.0 3 9/30/2025
3.3.3 4 9/30/2025
3.3.2 4 9/30/2025
3.3.1 4 9/30/2025
3.3.0 4 9/30/2025
3.2.4 4 9/30/2025
3.2.3 4 9/30/2025
3.2.2 4 9/30/2025
3.2.1 4 9/30/2025
3.2.0 3 9/30/2025
3.1.0 4 9/30/2025
3.0.7 4 9/30/2025