| 
					
				 | 
			
			
				@@ -97,7 +97,7 @@ public class ExtractFeature20250218 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         LocalDateTime now = LocalDateTime.ofInstant(Instant.ofEpochSecond(ts), ZoneId.systemDefault()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        featureMap.put("hour", now.getHour()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        featureMap.put("hour", now.getHour() + 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         featureMap.put("day_of_week", now.getDayOfWeek()); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         long createTs = Long.parseLong(videoFeature.getOrDefault("gmt_create_timestamp", "0").toString()); 
			 |