mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Fix Timezone always being UTC when sent to the mail queue when scheduling / cancelling tickets
This commit is contained in:
@@ -37,6 +37,12 @@ echo "<H1>$start_date</H1>";
|
||||
<?php echo randomString(100); ?>
|
||||
<br>
|
||||
|
||||
<?php
|
||||
// show the current Date and Time
|
||||
$date_time = date('Y-m-d H:i:s');
|
||||
echo "Current Date and Time: <strong>$date_time</strong>";
|
||||
?>
|
||||
|
||||
<script>toastr.success('Have Fun Wozz!!')</script>
|
||||
|
||||
<?php require_once "footer.php";
|
||||
|
||||
Reference in New Issue
Block a user