schedule.timezone

Background

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).

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the schedule.timezone key, and set the value. This can be set to any valid java.time.ZoneId value.

Default value

UTC representing the coordinated universal time timezone.

Examples

schedule.timezone=Europe/Paris

Configure the scheduler timezone to be Paris, France.