Update sleep-peacefully.md (#487)

Fix business hours (9:00 to 18:00)
This commit is contained in:
5bentz 2025-12-08 15:19:11 +01:00 committed by GitHub
parent 766b224c67
commit ffa260b39d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,9 +55,9 @@ groups:
expr: absent(europe_paris_weekday)
- record: europe_london_business_hours
expr: 9 < europe_london_hour < 18
expr: 9 <= europe_london_hour < 18
- record: europe_paris_business_hours
expr: 9 < europe_paris_hour < 18
expr: 9 <= europe_paris_hour < 18
# opposite
- record: not_europe_london_business_hours
expr: absent(europe_london_business_hours)