Am currently running the following PHP version on my laptop
PHP Version 7.0.31-1+ubuntu16.04.1+deb.sury.org+1
Problem is when i run the below piece of code
echo date('b e, Y', strtotime('2013-02-01'));
i get the following output
b Africa/Nairobi, 2013
and yet it is supposed to produce the following output
Feb 1, 2013
What could be causing this?