提交 49d7f92f 编写于 作者: K Kamil Trzciński

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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册