Improve commit date in commit graph (#24399)
The commit date time is based on server's time zone not user's local time zone. Before:  After: 
This commit is contained in:
parent
a6450494c3
commit
5bc9f7fcf9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
{{$userName}}
|
{{$userName}}
|
||||||
{{end}}
|
{{end}}
|
||||||
</span>
|
</span>
|
||||||
<span class="time gt-df gt-ac">{{$commit.Date}}</span>
|
<span class="time gt-df gt-ac">{{DateTime "full" $commit.Date}}</span>
|
||||||
{{end}}
|
{{end}}
|
||||||
</li>
|
</li>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in a new issue