File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public function testNewTimeNow(): void
6161 'en_US ' ,
6262 IntlDateFormatter::SHORT ,
6363 IntlDateFormatter::SHORT ,
64- 'America/Chicago ' , // Default for CodeIgniter
64+ 'America/Chicago ' ,
6565 IntlDateFormatter::GREGORIAN ,
6666 'yyyy-MM-dd HH:mm:ss '
6767 );
@@ -76,7 +76,7 @@ public function testTimeWithTimezone(): void
7676 'en_US ' ,
7777 IntlDateFormatter::SHORT ,
7878 IntlDateFormatter::SHORT ,
79- 'Europe/London ' , // Default for CodeIgniter
79+ 'Europe/London ' ,
8080 IntlDateFormatter::GREGORIAN ,
8181 'yyyy-MM-dd HH:mm:ss '
8282 );
@@ -92,7 +92,7 @@ public function testTimeWithTimezoneAndLocale(): void
9292 'fr_FR ' ,
9393 IntlDateFormatter::SHORT ,
9494 IntlDateFormatter::SHORT ,
95- 'Europe/London ' , // Default for CodeIgniter
95+ 'Europe/London ' ,
9696 IntlDateFormatter::GREGORIAN ,
9797 'yyyy-MM-dd HH:mm:ss '
9898 );
You can’t perform that action at this time.
0 commit comments