mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
* Add timezone support to Cron objects * Add timezone support to CronnableSchedule * XContent change to support parsing and display of TimeZone fields on schedules * Case insensitive timezone parsing * Doc changes * YAML REST tests * Equals, toString and HashCode now include timezone * Additional random testing for DST transitions * Migrate Cron class to use wrapped LocalDateTime The algorithm depends on some quirks of calendar but LocalDateTime correctly ignores DST during calculations so this uses a LocalDateTime with a wrapper to emulate some of Calendar's behaviours that the Cron algorithm depends on * Additional documentation to explain discontinuity event behaviour * Remove redundant conversions from ZoneId to TimeZone following move to LocalDateTime * Add documentation warning that manual clock changes will cause unpredictable watch execution * Update docs/reference/watcher/trigger/schedule.asciidoc --------- Co-authored-by: Lee Hinman <dakrone@users.noreply.github.com> |
||
---|---|---|
.. | ||
actions | ||
condition | ||
example-watches | ||
images | ||
input | ||
java | ||
transform | ||
trigger | ||
actions.asciidoc | ||
condition.asciidoc | ||
customizing-watches.asciidoc | ||
encrypting-data.asciidoc | ||
example-watches.asciidoc | ||
getting-started.asciidoc | ||
how-watcher-works.asciidoc | ||
index.asciidoc | ||
input.asciidoc | ||
limitations.asciidoc | ||
managing-watches.asciidoc | ||
transform.asciidoc | ||
trigger.asciidoc | ||
troubleshooting.asciidoc |