schedule.timezone

Specifies the timezone that applies to the scheduler configuration.

Key: schedule.timezone
Type: java.time.ZoneId
Can be set in: collection.cfg

Description

This setting declares the timezone that applies to the set of scheduler settings for the current data source or search package.

Permitted values are those accepted by Java’s ZoneId.of(String) method, which includes region-based zone IDs from the IANA Time Zone Database (TZDB).

Default Value

UTC representing the coordinated universal time timezone.

Examples

schedule.timezone=Europe/Paris

Configure the scheduler timezone to be Paris, France.