Quartz.Plugins.TimeZoneConverter 3.8.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();

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

Packages Downloads
Volo.Abp.Quartz
Package Description
8
Volo.Abp.Quartz
Package Description
7
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.14.0 1 2025/6/10
3.13.1 5 2025/6/10
3.13.0 9 2025/6/9
3.12.0 1 2025/6/10
3.11.0 2 2025/6/9
3.10.0 5 2025/6/10
3.9.0 1 2025/6/11
3.8.1 2 2025/6/10
3.8.0 5 2025/6/9
3.7.0 4 2025/6/9
3.6.3 3 2025/6/9
3.6.2 2 2025/6/8
3.6.1 1 2025/6/11
3.6.0 2 2025/6/7
3.5.0 1 2025/6/11
3.4.0 1 2025/6/11
3.3.3 2 2025/6/11
3.3.2 1 2025/6/11
3.3.1 2 2025/6/8
3.3.0 2 2025/6/8
3.2.4 2 2025/6/11
3.2.3 2 2025/6/9
3.2.2 2 2025/6/8
3.2.1 2 2025/6/8
3.2.0 1 2025/6/11
3.1.0 4 2025/6/8
3.0.7 2 2025/6/8