Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/joomla3/plugins/chat/send_by_bale/classes/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/joomla3/plugins/chat/send_by_bale/classes/bale_webhook1.php

<?php
define('_JEXEC', 1);
define('JPATH_BASE',
dirname(dirname(dirname(dirname(dirname(__FILE__))))) . '/');
include_once JPATH_BASE . 'includes/defines.php';
include_once JPATH_BASE . 'includes/framework.php';
// echo JPATH_BASE . 'includes/defines.php'; die();
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
$app = JFactory::getApplication('site');
$timestamp = '1703968200';
// echo JHtml::_('date', '1703968200', 'd M
Y');
// echo date('m/d/Y H:i', 1703968200);



$date = new DateTime("@".$timestamp);  // will snap to UTC
because of the 
                                       // "@timezone" syntax


$date->setTimezone(new DateTimeZone('Asia/Tehran'));   
echo $date->format('Y-m-d H:i:s') . "<br>"; 
// Pacific time
echo $date->format('Y') . "<br>";  // Pacific
time
echo $date->format('m') . "<br>";  // Pacific
time
echo $date->format('d') . "<br>";  // Pacific
time