Skip to content

rooms availability overview wrongly handles timezone #8653

Description

@odzhychko

Steps to reproduce

  1. Have a room
    • For example by creating it through:

      php occ calendar-resource:building:create \
        --address="Testweg 23, 12345 Berlin, Germany" \
        "Berlin office"
      
      php occ calendar-resource:story:create 1 "Second floor"
      
      php occ calendar-resource:room:create \
        --wheelchair-accessible=1 \
        --capacity=25 \
        --room-number=201 \
        --contact-person-user-id="demouser" \
        1 \
        "berlin-office-room-201" \
        "Meeting room 201" \
        "room.berlin.office.201@example.invalid" \
        "Meeting room"
      
  2. Under "Calendar settings > General" select a timezone different from your browser/OS
    • e.g. browser/OS has "Berlin" and "Tokyo" in settings
  3. Start creating an event
  4. Search for a room
  5. Check the rooms availability

Expected behavior

Selected time (11AM - 1PM, shown in blue in the screenshot) matches with the time of the event (4AM - 6AM).

Actual behavior

Image

Calendar app version

6.5.2

CalDAV-clients used

No response

Browser

No response

Client operating system

No response

Server operating system

No response

Web server

None

Database engine version

None

PHP engine version

None

Nextcloud version

No response

Updated from an older installed version or fresh install

None

List of activated apps


Nextcloud configuration


Web server error log


Log file


Browser log


Additional info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    1. to developAccepted and waiting to be taken care ofFeature: SchedulingAnything around scheduling meetings, free-busy, resources, attendees and so onbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions