From 8364f280fc87cd184a23432b59d690a82487a478 Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Fri, 6 Sep 2024 09:01:56 +0900 Subject: [PATCH] Enhance README regarding et-orbi issue 39 https://github.com/floraison/et-orbi/issues/39 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 626271a..d0e931f 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ For odd Sundays, one can write `9 0 * * sun%2+1`. It can be combined, as in `9 0 * * sun%2,tue%3+2` -But what does it reference to? It starts at 1 on 2019-01-01. +But what does it reference to? It starts at 1 on 2019-01-01 (in the EtOrbi instance timezone, not the UTC "timezone"). ```ruby require 'et-orbi' # >= 1.1.8