Horje
west african timezone in php Code Example
west african timezone in php
<?php 
  //Specific to Nigeria
  date_default_timezone_set('Africa/Lagos');
	echo date('H:m:s');

//for Nairobi
  date_default_timezone_set('Africa/Nairobi');
	echo date('H:m:s');
php, Africa timezones
Africa/Nairobi




Php

Related
php check if date is bigger than today Code Example php check if date is bigger than today Code Example
create foreign key phpmyadmin Code Example create foreign key phpmyadmin Code Example
laravel collection transform Code Example laravel collection transform Code Example
orderby text values eliquent laravel Code Example orderby text values eliquent laravel Code Example
carbon in laravel Code Example carbon in laravel Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8