提交 798608af 编写于 作者: C Collen 提交者: Kamil Trzciński

Add daylight saving time support for pipeline schedules

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