mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-04 04:17:40 +00:00 
			
		
		
		
	
						commit
						e538a13e28
					
				
							
								
								
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								acme.sh
									
									
									
									
									
								
							@ -1279,12 +1279,12 @@ _url_replace() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
_time2str() {
 | 
					_time2str() {
 | 
				
			||||||
  #BSD
 | 
					  #Linux
 | 
				
			||||||
  if date -u -d@"$1" 2>/dev/null; then
 | 
					  if date -u -d@"$1" 2>/dev/null; then
 | 
				
			||||||
    return
 | 
					    return
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #Linux
 | 
					  #BSD
 | 
				
			||||||
  if date -u -r "$1" 2>/dev/null; then
 | 
					  if date -u -r "$1" 2>/dev/null; then
 | 
				
			||||||
    return
 | 
					    return
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user