##// END OF EJS Templates
scm: git: remove localtime (#6346)....
Toshi MARUYAMA -
r4703:9c1db1e545cc
parent child
Show More
@@ -109,7 +109,7 module Redmine
109 begin
109 begin
110 id = lines[0].split[1]
110 id = lines[0].split[1]
111 author = lines[1].match('Author:\s+(.*)$')[1]
111 author = lines[1].match('Author:\s+(.*)$')[1]
112 time = Time.parse(lines[4].match('CommitDate:\s+(.*)$')[1]).localtime
112 time = Time.parse(lines[4].match('CommitDate:\s+(.*)$')[1])
113
113
114 Revision.new({
114 Revision.new({
115 :identifier => id,
115 :identifier => id,
General Comments 0
You need to be logged in to leave comments. Login now