Unexpected behavior with the following scenario:
Expected behavior should be:
The event file time should be calculated as 10:00 (EU: GMT + 1) based on Service Type Time Zone, and which should be equivalent to 09:00 (GMT) of the server time.
The documentation below also presents a scenario:
CA Service Desk 17.1 and higher.
The OOTB Service Type "Priority 3 Resolution" has "Use End User's Timezone"(use_cnt_tz) set as "No" as seen from the web interface.
Its value is actually NULL in the database.
The code checks whether the use_cnt_tz is 0 or 1. Since the value is NULL, nothing gets resolved, and always the server time is being taken.
It is being addressed by engineering, but in the meantime, please, implement the following workaround:
Defect DE59765