mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	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:
		@@ -71,7 +71,7 @@
 | 
			
		||||
							{{$userName}}
 | 
			
		||||
						{{end}}
 | 
			
		||||
					</span>
 | 
			
		||||
					<span class="time gt-df gt-ac">{{$commit.Date}}</span>
 | 
			
		||||
					<span class="time gt-df gt-ac">{{DateTime "full" $commit.Date}}</span>
 | 
			
		||||
				{{end}}
 | 
			
		||||
			</li>
 | 
			
		||||
		{{end}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user