Commit 798608af authored by Collen's avatar Collen Committed by Kamil Trzciński

Add daylight saving time support for pipeline schedules

parent b40e71d6
......@@ -3,7 +3,7 @@ module PipelineSchedulesHelper
ActiveSupport::TimeZone.all.map do |timezone|
{
name: timezone.name,
offset: timezone.utc_offset,
offset: timezone.now.utc_offset,
identifier: timezone.tzinfo.identifier
}
end
......
---
title: Add support for daylight savings time to pipleline schedules
merge_request: 20145
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment