modifying www feed timestamp
changed the timezone display to look neater
このコミットが含まれているのは:
		
						コミット
						946f73290b
					
				| @ -710,7 +710,7 @@ def www_neighbors(users): | ||||
| 
 | ||||
|         if lastfile: | ||||
|             last = os.path.getctime(lastfile) | ||||
|             timestamp = time.strftime("%Y-%m-%d at %H:%M", time.localtime(last)) + time.strftime(" (%z)") | ||||
|             timestamp = time.strftime("%Y-%m-%d at %H:%M", time.localtime(last)) + " (utc"+time.strftime("%z")[0]+time.strftime("%z")[2]+")" | ||||
|         else: | ||||
|             timestamp = "" | ||||
|             last = 0 | ||||
|  | ||||
| @ -707,7 +707,7 @@ def www_neighbors(users): | ||||
| 
 | ||||
|         if lastfile: | ||||
|             last = os.path.getctime(lastfile) | ||||
|             timestamp = time.strftime("%Y-%m-%d at %H:%M", time.localtime(last)) + time.strftime(" (%z)") | ||||
|             timestamp = time.strftime("%Y-%m-%d at %H:%M", time.localtime(last)) + " (utc"+time.strftime("%z")[0]+time.strftime("%z")[2]+")" | ||||
|         else: | ||||
|             timestamp = "" | ||||
|             last = 0 | ||||
|  | ||||
		読み込み中…
	
	
			
			x
			
			
		
	
		新しいイシューから参照
	
	ユーザーをブロックする