Answers for "south african timezone + php"

PHP
0

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');
Posted by: Guest on November-01-2021
-1

php, Africa timezones

Africa/Nairobi
Posted by: Guest on August-04-2021

Browse Popular Code Answers by Language