Skip to content
Snippets Groups Projects
Commit 798608af authored by Collen's avatar Collen Committed by Kamil Trzciński
Browse files

Add daylight saving time support for pipeline schedules

parent b40e71d6
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