mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 02:08:57 +00:00
Update relationship
This commit is contained in:
@@ -75,7 +75,7 @@ function smarty_modifier_phpdate_format($string, $format = 'Y/m/d H:i:s', $defau
|
||||
case 'DATE_ISO8601': $nformat = DATE_ISO8601;
|
||||
break;
|
||||
case 'DATE_RFC822': $nformat = 'D, d M y H:i:s O';
|
||||
break; //The php constant is not quite right - as the time-zone comes out with invalid values like "UTC"...
|
||||
break; // The php constant is not quite right - as the time-zone comes out with invalid values like "UTC"...
|
||||
case 'DATE_RFC850': $nformat = DATE_RFC850;
|
||||
break;
|
||||
case 'DATE_RFC1036': $nformat = DATE_RFC1036;
|
||||
@@ -87,7 +87,7 @@ function smarty_modifier_phpdate_format($string, $format = 'Y/m/d H:i:s', $defau
|
||||
case 'DATE_RFC3339': $nformat = DATE_RFC3339;
|
||||
break;
|
||||
case 'DATE_RSS': $nformat = 'D, d M Y H:i:s O';
|
||||
break; //as rfc822 ...
|
||||
break; // as rfc822 ...
|
||||
case 'DATE_W3C': $nformat = DATE_W3C;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user