Fix DateTimeFormat issue
This commit is contained in:
parent
f721565046
commit
9c375e6460
2 changed files with 7 additions and 3 deletions
|
@ -134,7 +134,11 @@ class DateTimeFormatTest extends MockedTest
|
|||
'Double HTML encode' => [
|
||||
'expectedDate' => '2015-05-22T08:48:00+12:00',
|
||||
'dateString' => '2015-05-22T08:48:00+12:00'
|
||||
]
|
||||
],
|
||||
'2023-04-02\T17:22:42+05:30' => [
|
||||
'expectedDate' => '2023-04-02T17:22:42+05:30',
|
||||
'dateString' => '2023-04-02\T17:22:42+05:30'
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue