“stref czasu php” Kod odpowiedzi

Zestaw strefy czasowej PHP Włochy

date_default_timezone_set('Europe/Rome');
$italy_current_time = date("Y-m-d H:i:s");
Doubtful Deer

Domyślna strefa czasowa PHP

date_default_timezone_set("Asia/Kolkata");
// List of Supported Timezones https://www.php.net/manual/en/timezones.php
MeVyom

PHP Obecna strefa czasowa DATETTime US

<?php
$date = new DateTime("now", new DateTimeZone('America/New_York') );
echo $date->format('Y-m-d H:i:s');
Arrogant Ape

PHP dostaje strefę czasu

echo date_default_timezone_get(); //UTC

//Read more at https://www.php.net/manual/en/function.date-default-timezone-get.php
MeVyom

strefa czasowa zestawu php

date_default_timezone_set('Asia/Jakarta');
adens

stref czasu php

date_default_timezone_set("Asia/Karachi");
//if you wand your timezone in whole website than go to config/app.php
// and serch for timezone, now pass your time zone. in my case
'timezone' => 'Asia/Karachi',
//Go to following link to find your timezone
// https://www.php.net/manual/en/timezones.asia.php
Isaac

Odpowiedzi podobne do “stref czasu php”

Pytania podobne do “stref czasu php”

Więcej pokrewnych odpowiedzi na “stref czasu php” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu