Meine (unvollständige) Liste der Feiertage verschiedener Nationen

Die Extension Timer

Ich wollte schon immer zeitlich wechselnden Hintergrundbilder haben. Leider gibt es keine Extension in TYPO3, die einen richtig guten Timer zur Verfügung stellt. Also habe ich selbst eine Extension programmiert, die solches leistet. Die Extension kann aber noch mehr: Sie kann Terminekalender erstellen und dabei Terminperioden miteinander kombinieren. Eine Terminserie wie "Jeden Dienstag von 11-13 Uhr, nur nicht in den Ferien und an Feiertagen" sollte kein Problem mehr sein. 'Sollte' heißt es, weil die Extension in der Beta-Phase ist.

Beispiel-Plugin für Timer-Anwendungen

This extension show some examples. It shows a simple examples how to use the extension. You can see the viewhelper in action. I hope, that the format.date will soon avaiable in the TYPO3-core.

Showcase Viewhelper

The extension includes three view helpers to optimize templating with Fluid and the Timer extension. The first view helper is >timer:flex<. TYPO3 has included the flex field since version 9.5. The Viewhelper allows converting a flexform string into a simple array, flattening superfluous levels in the array structure. The second view helper is >timer:isActive<. With this view helper you can check in the template whether data records provided with timer information should be displayed or not. Such an approach is inefficient in most cases. It is therefore recommended that you use the scheduler to generate the correct start and stop times for your element. In this way, unnecessary ballast can be kept away from the rendering of the frontend even when generating the data sets in a cacheable manner. The third view helper is >timer:format.date<. It extends the TYPO3 Fluid Viewhelper >f:format.date< with the `timezone` attribute, thus allowing the output of date displays for other than the default timezone.

The viewhelper <timer:forCommaList> is similiar to the TYPO3-Viehelper <f:for> and use comma-separated list for its iterations.

The viewhelper <timer:forCommaList> produce the string `1234` from the string `1,2,3,4`.

1234

The viewhelper <timer:forCommaList> produce a list from `cherry` to `apple` based on `apple ,pear ,banana , cherry `.

  • 3: cherry
  • 2: banana
  • 1: pear
  • 0: apple

The viewhelper <timer:forCommaList> produce a list with the colon as limiter.

  • Index: 0 Cycle: 1 Total: 4 Odd First
  • Index: 1 Cycle: 2 Total: 4 Even
  • Index: 2 Cycle: 3 Total: 4 Odd
  • Index: 3 Cycle: 4 Total: 4 Even Last

Date-Viewhelper

The viewhelper <timer:format.date> is similiar to the TYPO3-Viehelper <f:format.date>. The onlydifference is the addional attribute `timezone`. You can define the output of time for a define timezone with it.

Viewhelper <timer:flex> for content of flex-fields

Usage is easy. The flexform string is passed to the view helper as input. This converts the flexform into an associative array and removes the named superfluous levels in this array. Avoid using the same names for fields in Flexforms. In this case, only the value of the field with the same name that appeared last in the array is output.
attribute name value
useTimeZoneOfFrontend 0
timeZoneOfEvent Europe/Berlin
ultimateBeginningTimer 1752-12-31 23:06:32
ultimateEndingTimer 9999-12-31 22:59:59
startTimeSeconds 1970-01-01 22:00:00
durationMinutes 60
periodLength 2
periodUnit TH

Viewhelper <timer:isActive>

The view helper <timer:isActive> can be used for the individual selection of data records, if the better way via the scheduler task should not or cannot be chosen for some reason. In the following example, the current date value is used to determine whether the `timersimul` plugin is active or not.For testing and understanding purposes, it is useful if you set the timer for the plugin used here, for example with `txTimerDatePeriod`, so that all even hours are active.
An inactive state has just been reached here.

Date-Viewhelper

TYPO3: 2020-09-13 14:26:40

The view helper <timer:isActive> can be used for the individual selection of data records, if the better way via the scheduler task should not or cannot be chosen for some reason. In the following example, the current date value is used to determine whether the `timersimul` plugin is active or not.For testing and understanding purposes, it is useful if you set the timer for the plugin used here, for example with `txTimerDatePeriod`, so that all even hours are active.
An active state has just been reached here.

Date-Viewhelper

TYPO3: 2020-09-13 14:26:40
timer: 2020-09-13 14:26:40
timer(Bangkok): 2020-09-13 19:26:40
timer(Dubai): 2020-09-13 16:26:40

Date-Viewhelper for Jewish Date

Ref. 13.09.2020 - 14:26:40
    (All subsequent dates, converted to the Jewish calendar, refer to the selected Unix timestamp `1600000000s`. The time specification in the past means the seconds that have passed since January 1st, 1970. On average, one billion seconds corresponds to almost 31.7 years.)

  1. 5780/Elul/24
  2. 12:26
  3. 12:26 UTC
  4. 19:26 Asia/Bangkok
  5. 5779 (Ref. - 1 Year)
  6. 04.01.5781 - 16:26:42 (Ref. +1 week 2 days 4 hours 2 seconds)
  7. %24. %B %5780
    (In contrast to the TYPO3 view helper `f:format.date`, this view helper `timer:format.jewishDate` does not support the format parameters of the php function `strftime`.)
  8. 5780/Elul/24
  9. 5780 Elul 24

Generalized date view helper for various PHP supported calendars

(All subsequent dates, converted to the various calendars, refer to the selected Unix timestamp `1600000000s`. The time specification in the past means the seconds that have passed since January 1st, 1970. On average, one billion seconds corresponds to almost 31 ,7 years. In the first sub-block, the various formatting variants are tested as examples. The inline variant is tested, which generates the foreign date in the fixed format in the second sub-block, in order to do this with the three formatting variants ICU, PHP-dateTime and PHP-strftime to generate an identical date as above. The last sub-block converts the foreign date into the Persian calendar to show that you can convert between the calendars at will. Only the Chinese calendar is problematic, probably because of a bug in PHP.)
  • Ref. <f:format.date>: 13.09.2020 14:26:40
  • 2. Ref. <timer:format.date> (PHP): 13.09.2020 14:26:40
  • gregorian => buddhist:
    ICU-Format (link): 2563-09-13 BE 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2563 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 13. September 2020 02:26:40 PM (php-strftime)
    inline (link): 2563/09/13 14:26:40
  • gregorian => buddhist => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => buddhist => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => chinese:
    ICU-Format (link): 0037-07-26 78 14:26:40 (ICU-Format)
    PHP-DateTime (link): 26.07.0037 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 26. M07 4657 02:26:40 PM (php-strftime)
    inline (link): 0037/07/26 14:26:40
  • gregorian => chinese => gregorian:
    ICU-Format (link): Die schlecht-dokumentierte Kalenderfunktion IntlDateFormater in PHP scheint einen Bug bei der Umrechnung des chinesischen Datums in das gregorianische Datum zu haben. Solange der Bug nicht gefixt ist, wird hier kein Ergebnis für die Umrechnung vom chinesischen Datum zum Gregorianischen Datum ausgegeben. Falls in zukünftigen PHP-Versionen der Bug gefixt wurde, wird dies entsprechend mit berücksichtigt.
    PHP-DateTime (link): Die schlecht-dokumentierte Kalenderfunktion IntlDateFormater in PHP scheint einen Bug bei der Umrechnung des chinesischen Datums in das gregorianische Datum zu haben. Solange der Bug nicht gefixt ist, wird hier kein Ergebnis für die Umrechnung vom chinesischen Datum zum Gregorianischen Datum ausgegeben. Falls in zukünftigen PHP-Versionen der Bug gefixt wurde, wird dies entsprechend mit berücksichtigt.
    PHP-strftime (link): Die schlecht-dokumentierte Kalenderfunktion IntlDateFormater in PHP scheint einen Bug bei der Umrechnung des chinesischen Datums in das gregorianische Datum zu haben. Solange der Bug nicht gefixt ist, wird hier kein Ergebnis für die Umrechnung vom chinesischen Datum zum Gregorianischen Datum ausgegeben. Falls in zukünftigen PHP-Versionen der Bug gefixt wurde, wird dies entsprechend mit berücksichtigt.
  • gregorian => chinese => persian:
    PHP-strftime (link): Die schlecht-dokumentierte Kalenderfunktion IntlDateFormater in PHP scheint einen Bug bei der Umrechnung des chinesischen Datums in das gregorianische Datum zu haben. Solange der Bug nicht gefixt ist, wird hier kein Ergebnis für die Umrechnung vom chinesischen Datum zum Gregorianischen Datum ausgegeben. Falls in zukünftigen PHP-Versionen der Bug gefixt wurde, wird dies entsprechend mit berücksichtigt.
     
  • gregorian => coptic:
    ICU-Format (link): 1737-01-03 ERA1 14:26:40 (ICU-Format)
    PHP-DateTime (link): 03.01.1737 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 03. Thout 1736 02:26:40 PM (php-strftime)
    inline (link): 1737/01/03 14:26:40
  • gregorian => coptic => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => coptic => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => dangi:
    ICU-Format (link): 0037-07-26 78 14:26:40 (ICU-Format)
    PHP-DateTime (link): 26.07.0037 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 26. M07 4353 02:26:40 PM (php-strftime)
    inline (link): 0037/07/26 14:26:40
  • gregorian => dangi => gregorian:
    ICU-Format (link): 2601-09-18 v. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 28.08.-2600 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Thu 28. August -2600 02:26:40 PM (php-strftime)
  • gregorian => dangi => persian:
    PHP-strftime (link): Fr. 27. Schahriwar 1980 02:26:40 PM (see persian block)
     
  • gregorian => default:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 13. September 2020 02:26:40 PM (php-strftime)
    inline (link): 2020/09/13 14:26:40
  • gregorian => default => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => default => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => ethiopic:
    ICU-Format (link): 2013-01-03 ERA1 14:26:40 (ICU-Format)
    PHP-DateTime (link): 03.01.2013 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 03. Mäskäräm 2012 02:26:40 PM (php-strftime)
    inline (link): 2013/01/03 14:26:40
  • gregorian => ethiopic => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => ethiopic => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => ethiopic-amete-alem:
    ICU-Format (link): 7513-01-03 ERA0 14:26:40 (ICU-Format)
    PHP-DateTime (link): 03.01.7513 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 03. Mäskäräm 2012 02:26:40 PM (php-strftime)
    inline (link): 7513/01/03 14:26:40
  • gregorian => ethiopic-amete-alem => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => ethiopic-amete-alem => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 13. September 2020 02:26:40 PM (php-strftime)
    inline (link): 2020/09/13 14:26:40
  • gregorian => gregorian => gregorian:
    ICU-Format (link): 1970-01-01 n. Chr. 01:00:00 (ICU-Format)
    PHP-DateTime (link): 01.01.1970 01:00:00 (PHP-DateTime)
    PHP-strftime (link): Do. 01. Januar 1970 01:00:00 AM (php-strftime)
  • gregorian => gregorian => persian:
    PHP-strftime (link): Do. 11. Déi 1348 01:00:00 AM (see persian block)
     
  • gregorian => hebrew:
    ICU-Format (link): 5780-12-24 AM 14:26:40 (ICU-Format)
    PHP-DateTime (link): 24.12.5780 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 24. Elul 5780 02:26:40 PM (php-strftime)
    inline (link): 5780/12/24 14:26:40
  • gregorian => hebrew => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => hebrew => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => indian:
    ICU-Format (link): 1942-06-22 Saka 14:26:40 (ICU-Format)
    PHP-DateTime (link): 22.06.1942 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 22. Bhadrapada 1942 02:26:40 PM (php-strftime)
    inline (link): 1942/06/22 14:26:40
  • gregorian => indian => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => indian => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => islamic:
    ICU-Format (link): 1442-01-25 AH 14:26:40 (ICU-Format)
    PHP-DateTime (link): 25.01.1442 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 25. Muharram 1442 02:26:40 PM (php-strftime)
    inline (link): 1442/01/25 14:26:40
  • gregorian => islamic => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => islamic => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => islamic-civil:
    ICU-Format (link): 1442-01-25 AH 14:26:40 (ICU-Format)
    PHP-DateTime (link): 25.01.1442 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 25. Muharram 1442 02:26:40 PM (php-strftime)
    inline (link): 1442/01/25 14:26:40
  • gregorian => islamic-civil => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => islamic-civil => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => islamic-rgsa:
    ICU-Format (link): 1442-01-25 AH 14:26:40 (ICU-Format)
    PHP-DateTime (link): 25.01.1442 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 25. Muharram 1442 02:26:40 PM (php-strftime)
    inline (link): 1442/01/25 14:26:40
  • gregorian => islamic-rgsa => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => islamic-rgsa => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => islamic-tbla:
    ICU-Format (link): 1442-01-26 AH 14:26:40 (ICU-Format)
    PHP-DateTime (link): 26.01.1442 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 26. Muharram 1442 02:26:40 PM (php-strftime)
    inline (link): 1442/01/26 14:26:40
  • gregorian => islamic-tbla => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => islamic-tbla => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => islamic-umalqura:
    ICU-Format (link): 1442-01-25 AH 14:26:40 (ICU-Format)
    PHP-DateTime (link): 25.01.1442 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 25. Muharram 1442 02:26:40 PM (php-strftime)
    inline (link): 1442/01/25 14:26:40
  • gregorian => islamic-umalqura => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => islamic-umalqura => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => japanese:
    ICU-Format (link): 0002-09-13 Reiwa 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.0002 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 13. September 2020 02:26:40 PM (php-strftime)
    inline (link): 0002/09/13 14:26:40
  • gregorian => japanese => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => japanese => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => persian:
    ICU-Format (link): 1399-06-23 AP 14:26:40 (ICU-Format)
    PHP-DateTime (link): 23.06.1399 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (php-strftime)
    inline (link): 1399/06/23 14:26:40
  • gregorian => persian => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => persian => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
  • gregorian => roc:
    ICU-Format (link): 0109-09-13 Minguo 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.0109 14:26:40 (PHP-DateTime)
    PHP-strftime (link): So. 13. September 2020 02:26:40 PM (php-strftime)
    inline (link): 0109/09/13 14:26:40
  • gregorian => roc => gregorian:
    ICU-Format (link): 2020-09-13 n. Chr. 14:26:40 (ICU-Format)
    PHP-DateTime (link): 13.09.2020 14:26:40 (PHP-DateTime)
    PHP-strftime (link): Sun 13. September 2020 02:26:40 PM (php-strftime)
  • gregorian => roc => persian:
    PHP-strftime (link): So. 23. Schahriwar 1399 02:26:40 PM (see persian block)
     
(All subsequent dates, converted to the various calendars, refer to the current system date.)
  • Ref. <f:format.date>: Sat 27. May 2023 14:03:52 (146)
  • 2. Ref. <timer:format.date>: Sat 27. May 2023 14:03:52 (146)
  • buddhist: Sa. 27. Mai 2566 14:03:52 (147)
  • chinese: Sa. 09. M04 0040 14:03:52 (126)
  • coptic: Sa. 19. Paschons 1739 14:03:52 (259)
  • dangi: Sa. 08. M04 0040 14:03:52 (126)
  • default: Sa. 27. Mai 2023 14:03:52 (147)
  • ethiopic: Sa. 19. Gənbot 2015 14:03:52 (259)
  • ethiopic-amete-alem: Sa. 19. Gənbot 7515 14:03:52 (259)
  • generic: Sa. 27. Mai 2023 14:03:52 (147)
  • gregorian: Sa. 27. Mai 2023 14:03:52 (147)
  • hebrew: Sa. 07. Siwan 5783 14:03:52 (244)
  • indian: Sa. 06. Jyaishtha 1945 14:03:52 (67)
  • islamic: Sa. 08. Dhuʻl-Q. 1444 14:03:52 (303)
  • islamic-civil: Sa. 07. Dhuʻl-Q. 1444 14:03:52 (302)
  • islamic-rgsa: Sa. 08. Dhuʻl-Q. 1444 14:03:52 (303)
  • islamic-tbla: Sa. 08. Dhuʻl-Q. 1444 14:03:52 (303)
  • islamic-umalqura: Sa. 07. Dhuʻl-Q. 1444 14:03:52 (302)
  • japanese: Sa. 27. Mai 0005 14:03:52 (147)
  • persian: Sa. 06. Chordād 1402 14:03:52 (68)
  • roc: Sa. 27. Mai 0112 14:03:52 (147)

Showcase Eventlist as test for the RangeListQueryDataprocessor

  1. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 28.05.2023 - 05:53:00 - 28.05.2023 - 06:54:00 ]
  2. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 28.05.2023 - 11:29:00 - 28.05.2023 - 17:29:00 ]
  3. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 29.05.2023 - 05:52:00 - 29.05.2023 - 06:53:00 ]
  4. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 29.05.2023 - 12:42:00 - 29.05.2023 - 18:42:00 ]
  5. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 30.05.2023 - 05:51:00 - 30.05.2023 - 06:52:00 ]
  6. TimerRangeList (txTimerRangeList - 240 min)
    [ 30.05.2023 - 12:00:00 - 30.05.2023 - 16:00:00 ]
  7. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 30.05.2023 - 13:57:00 - 30.05.2023 - 19:57:00 ]
  8. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 31.05.2023 - 05:51:00 - 31.05.2023 - 06:52:00 ]
  9. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 31.05.2023 - 15:15:00 - 31.05.2023 - 21:15:00 ]
  10. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 01.06.2023 - 05:50:00 - 01.06.2023 - 06:51:00 ]
  11. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 01.06.2023 - 16:37:00 - 01.06.2023 - 22:37:00 ]
  12. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 02.06.2023 - 05:49:00 - 02.06.2023 - 06:50:00 ]
  13. TimerRangeList (txTimerRangeList - 720 min)
    [ 02.06.2023 - 12:00:00 - 03.06.2023 - 00:00:00 ]
  14. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 02.06.2023 - 18:04:00 - 03.06.2023 - 00:04:00 ]
  15. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 03.06.2023 - 05:49:00 - 03.06.2023 - 06:50:00 ]
  16. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 03.06.2023 - 19:34:00 - 04.06.2023 - 01:34:00 ]
  17. TimerMoonphaseRel (txTimerMoonphaseRel - 14401 min)
    [ 04.06.2023 - 05:43:00 - 14.06.2023 - 05:44:00 ]
  18. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 04.06.2023 - 05:48:00 - 04.06.2023 - 06:49:00 ]
  19. TimerDatePeriod (txTimerDatePeriod - 666 min)
    [ 04.06.2023 - 10:54:00 - 04.06.2023 - 22:00:00 ]
  20. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 04.06.2023 - 20:58:00 - 05.06.2023 - 02:58:00 ]
  21. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 05.06.2023 - 05:48:00 - 05.06.2023 - 06:49:00 ]
  22. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 05.06.2023 - 22:08:00 - 06.06.2023 - 04:08:00 ]
  23. TimerSunriseRel (txTimerSunriseRel - 61 min)
    [ 06.06.2023 - 05:47:00 - 06.06.2023 - 06:48:00 ]
  24. TimerRangeList (txTimerRangeList - 720 min)
    [ 06.06.2023 - 12:00:00 - 07.06.2023 - 00:00:00 ]
  25. TimerMoonriseRel (txTimerMoonriseRel - 360 min)
    [ 06.06.2023 - 22:58:00 - 07.06.2023 - 04:58:00 ]