Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f8abc06e
Commit
f8abc06e
authored
Jun 11, 2019
by
Lin Jen-Shin
Committed by
Rémy Coutable
Jun 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Time.zone.now for Ci::PipelineSchedule#ideal_next_run_at
parent
d6446335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
app/models/ci/pipeline_schedule.rb
app/models/ci/pipeline_schedule.rb
+2
-1
No files found.
app/models/ci/pipeline_schedule.rb
View file @
f8abc06e
...
...
@@ -73,7 +73,8 @@ module Ci
private
def
ideal_next_run_at
Gitlab
::
Ci
::
CronParser
.
new
(
cron
,
cron_timezone
).
next_time_from
(
Time
.
now
)
Gitlab
::
Ci
::
CronParser
.
new
(
cron
,
cron_timezone
)
.
next_time_from
(
Time
.
zone
.
now
)
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment