Skip to content
Snippets Groups Projects
Commit 49d7f92f authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Merge branch 'add-dst-support-to-pipeline-schedule' into 'master'

Add daylight saving time support for pipeline schedules

Closes #37165

See merge request gitlab-org/gitlab-ce!20145
parents b40e71d6 798608af
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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
Loading
Loading
---
title: Add support for daylight savings time to pipleline schedules
merge_request: 20145
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment