We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0efabb commit 246c720Copy full SHA for 246c720
rakelib/manpages.rake
@@ -15,7 +15,7 @@ task :gen_manpages do
15
ronn_args = '--manual="Puppet manual" --organization="Puppet, Inc." --roff'
16
17
unless ENV['SOURCE_DATE_EPOCH'].nil?
18
- source_date = Time.at(ENV['SOURCE_DATE_EPOCH'].to_i).strftime('%Y-%m-%d')
+ source_date = Time.at(ENV['SOURCE_DATE_EPOCH'].to_i, in: 'UTC').strftime('%Y-%m-%d')
19
ronn_args += " --date=#{source_date}"
20
end
21
0 commit comments