Skip to content

Commit fa114d7

Browse files
author
kznamenskiy
committed
v1.0.12
1 parent 9dc6e85 commit fa114d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DateTimeHelper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,11 @@ static protected function internal_create_dt($value, $formates = null, $throw =
8282
if (!isset($formates)) {
8383
$formates = [
8484
\DateTime::ISO8601, // 'Y-m-d\TH:i:sO';
85+
'Y-m-d\TH:i:s.uO',
8586
'Y-m-d H:i:sO',
8687
'Y-m-d H:i:s.uO',
8788
\DateTime::ATOM, // 'Y-m-d\TH:i:sP';
89+
'Y-m-d\TH:i:s.uP',
8890
'Y-m-d H:i:sP',
8991
'Y-m-d H:i:s.uP',
9092
'Y-m-d H:i:s',

0 commit comments

Comments
 (0)