This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
FIX code review
tags/v1.0.0
Jasder
5 years ago
parent
41f876a714
commit
3e25a7b28c
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
app/helpers/ci/builds_helper.rb
+ 0
- 1
app/helpers/ci/builds_helper.rb
View File
@@ -1,6 +1,5 @@
module Ci::BuildsHelper
def format_utc_time(unix_time)
Rails.logger.info "00000000000000 #{unix_time}"
return nil if unix_time == 0
DateTime.strptime(unix_time.to_s,'%s').strftime("%Y-%m-%d %H:%M")
end
Write
Preview
Loading…
Cancel
Save