Created
August 13, 2021 14:38
-
-
Save rmalenko/d806d713bc82249ef417d4d07c9b31d4 to your computer and use it in GitHub Desktop.
php health check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$timestamp = time(); | |
echo $timestamp . "<br>"; | |
echo date("d/m/Y", $timestamp); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment