We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a94fea commit 73053d3Copy full SHA for 73053d3
1 file changed
user_guide_src/source/libraries/time/024.php
@@ -2,5 +2,5 @@
2
3
use CodeIgniter\I18n\Time;
4
5
-echo Time::now()->getLocal(); // true
6
-echo Time::now('Europe/London'); // false
+echo Time::now()->getLocal(); // true
+echo Time::now('Europe/London')->local; // false
0 commit comments