3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(range('a', 'z') as $letter){ try{ $date = new \DateTime($letter); var_dump($date); } catch(Exception $e){ var_dump($e->getMessage()); } } foreach(range('a', 'z') as $letter){ try{ $date = new \DateTime($letter . $letter); var_dump($date); } catch(Exception $e){ var_dump($e->getMessage()); } }
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007519" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007619" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007696" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007763" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007829" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007895" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007961" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008049" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008115" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008224" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008291" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008423" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008489" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008555" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008620" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008685" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008751" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008817" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008882" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008948" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009013" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009078" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009144" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009209" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007687" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007783" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007854" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007921" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007997" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008069" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008158" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008229" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008302" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008561" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008630" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008699" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008767" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008835" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008904" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008973" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009045" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009115" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009185" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009254" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009391" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009461" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008904" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009112" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009184" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009254" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009324" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009394" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009463" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009532" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009689" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009761" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009863" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009934" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010006" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010076" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010147" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010217" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010427" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010496" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010566" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010635" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010705" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007064" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007149" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007256" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007313" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007369" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007426" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007481" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007536" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007592" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007692" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007749" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007805" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007861" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007916" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007972" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008028" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008084" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008140" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008195" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008251" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008307" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008363" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008475" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008530" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003579" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003644" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003682" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003717" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003750" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003817" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003850" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003884" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003938" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003972" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004005" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004038" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004072" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004105" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004139" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004172" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004206" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004239" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004272" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004305" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004340" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004407" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004438" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003700" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003745" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003774" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003802" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003829" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003857" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003885" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003913" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003986" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004043" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004070" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004098" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004126" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004163" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004191" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004219" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004247" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004275" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004304" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004332" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004359" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004387" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004415" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004304" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004362" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004404" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004441" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004477" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004514" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004550" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004586" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004714" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004751" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004786" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004823" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004859" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004895" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004931" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004966" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005003" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005075" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005111" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005149" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005185" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005257" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036169" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036386" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036458" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036533" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036597" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036651" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036843" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036994" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037056" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037114" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037170" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037231" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037288" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037346" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037465" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037520" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037637" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037694" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037756" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037810" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007341" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007472" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007605" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007701" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007769" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007862" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007930" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008001" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008070" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008237" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008333" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008429" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008525" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008621" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008717" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008812" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008907" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009001" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009096" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009192" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009383" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009478" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009667" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006687" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006756" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006822" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006889" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006956" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007089" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007154" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007257" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007323" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007455" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007521" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007588" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007654" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007720" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007786" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007852" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007918" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007983" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008049" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008114" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008180" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008245" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003783" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003842" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003885" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003922" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003958" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004031" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004067" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004161" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004197" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004233" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004268" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004305" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004341" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004377" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004413" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004460" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004497" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004533" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004569" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004606" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004642" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004679" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004714" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003650" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003696" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003758" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003788" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003818" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003848" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003877" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003907" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003954" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003984" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004074" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004105" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004135" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004164" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004194" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004225" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004254" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004314" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004343" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004403" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008823" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008945" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009032" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009104" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009174" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009244" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009314" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009384" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009455" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009566" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009638" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009709" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009780" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009851" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009921" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009991" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010061" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010131" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010201" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010270" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010341" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010410" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010479" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010549" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010619" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003983" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004030" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004062" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004092" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004122" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004153" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004183" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004213" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004243" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004291" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004351" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004381" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004412" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004442" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004472" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004532" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004562" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004592" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004621" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004652" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004682" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004711" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004742" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004288" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004345" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004388" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004424" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004461" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004497" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004534" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004570" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004606" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004664" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004701" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004810" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004846" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004883" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004919" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004955" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004991" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005027" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005063" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005100" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005136" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005172" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005208" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005560" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005625" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005662" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005700" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005852" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005890" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005960" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005998" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006121" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006162" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006201" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006236" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006271" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006310" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006355" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006424" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006459" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006494" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006528" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003789" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003837" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003861" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003924" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003984" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004012" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004040" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004066" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004115" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004142" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004165" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004187" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004209" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004231" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004253" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004274" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004296" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004318" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004339" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004361" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004382" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004403" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004425" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003805" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003849" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003877" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003898" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003920" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003942" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003963" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003985" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004006" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004050" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004071" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004092" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004114" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004136" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004157" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004179" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004222" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004244" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004266" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004309" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004331" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004374" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006394" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006724" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007020" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007308" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007619" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007974" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008454" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008768" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009060" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009465" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009788" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009840" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009863" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009885" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009939" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009966" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009992" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010019" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010045" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010075" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010103" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010132" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004090" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004116" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004138" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004160" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004182" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004203" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004224" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004245" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004286" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004308" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004330" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004351" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004372" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004393" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004415" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004435" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004457" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004478" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004500" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004521" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004542" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004585" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004609" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004294" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004340" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004365" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004440" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004460" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004482" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004503" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004547" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004568" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004590" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004611" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004639" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004664" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004685" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004706" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004748" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004771" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004818" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004846" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004873" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004901" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003857" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003900" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003924" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003949" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003971" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003992" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004013" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004034" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004054" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004096" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004117" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004138" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004180" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004263" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004290" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004317" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004401" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004427" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004453" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003781" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003803" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003825" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003847" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003869" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003891" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003913" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003954" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003977" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003999" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004021" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004043" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004066" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004088" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004110" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004132" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004155" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004176" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004198" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004220" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004265" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004027" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004074" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004127" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004161" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004184" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004211" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004237" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004260" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004306" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004329" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004351" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004394" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004417" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004439" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004461" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004483" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004505" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004527" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004549" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004572" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004594" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004616" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004638" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003767" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003865" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003888" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003911" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003934" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003957" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003981" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004023" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004046" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004070" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004093" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004116" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004139" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004162" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004186" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004210" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004233" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004257" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004286" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004310" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004333" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004380" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004305" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004351" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004377" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004399" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004420" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004442" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004463" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004484" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004506" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004555" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004578" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004600" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004623" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004645" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004667" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004689" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004711" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004777" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004799" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004822" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004866" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004888" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010078" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010234" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010449" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010544" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010634" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010725" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010904" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010993" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011136" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011227" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011358" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011449" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011539" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011629" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011719" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011810" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011900" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011991" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012172" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012286" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012377" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012466" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012555" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003904" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003961" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004004" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004041" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004090" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004128" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004164" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004199" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004235" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004294" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004330" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004367" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004403" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004439" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004475" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004511" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004547" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004582" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004618" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004691" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004763" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004305" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004391" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004428" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004465" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004509" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004539" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004574" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004610" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004683" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004718" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004748" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004785" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004823" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004859" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004888" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004918" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004950" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004986" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005024" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005075" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005107" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005138" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005175" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005208" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003570" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003624" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003668" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003740" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003812" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003848" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003884" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003941" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003977" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004012" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004048" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004083" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004118" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004154" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004202" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004237" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004273" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004308" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004343" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004379" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004414" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004450" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004485" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004041" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004095" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004131" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004175" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004210" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004244" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004279" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004313" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004348" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004404" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004461" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004495" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004528" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004600" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004634" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004668" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004702" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004772" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004807" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004876" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004944" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005047" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005099" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005143" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005181" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005216" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005253" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005322" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005356" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005415" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005450" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005486" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005521" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005556" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005591" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005625" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005661" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005696" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005753" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005793" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005838" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005886" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005931" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005975" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006018" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003899" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003948" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003976" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004001" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004024" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004047" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004069" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004091" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004113" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004156" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004178" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004222" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004244" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004266" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004288" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004309" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004331" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004375" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004396" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004418" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004440" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004463" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004484" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003658" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003730" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003751" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003774" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003817" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003839" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003862" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003907" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003936" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003958" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003980" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004002" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004024" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004045" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004068" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004090" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004112" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004133" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004155" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004177" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004199" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004047" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004101" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004132" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004161" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004190" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004219" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004247" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004276" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004304" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004366" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004395" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004424" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004453" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004481" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004510" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004538" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004567" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004596" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004624" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004653" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004682" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004739" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004767" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003616" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003664" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003690" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003711" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003754" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003777" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003820" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003875" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003896" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003917" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003937" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003958" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003980" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004002" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004023" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004045" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004067" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004089" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004111" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004133" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004154" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004176" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004197" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003754" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003779" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003800" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003822" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003843" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003869" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003890" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003911" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003969" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004020" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004050" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004075" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004100" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004126" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004151" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004172" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004194" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004230" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004252" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004274" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004295" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004317" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004339" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004360" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003932" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003978" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004073" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004130" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004187" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004244" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004273" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004302" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004330" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004359" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004388" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004416" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004445" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004473" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004531" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004559" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004587" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004616" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004644" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004673" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003903" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003944" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003970" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003992" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004051" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004072" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004094" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004117" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004161" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004183" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004205" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004227" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004249" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004271" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004292" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004314" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004336" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004358" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004379" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004401" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004423" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004445" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004467" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004489" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003788" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003835" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003862" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003885" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003908" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003931" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003954" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003977" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003999" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004045" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004068" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004091" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004113" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004136" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004182" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004205" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004228" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004250" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004274" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004297" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004320" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004343" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004366" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003732" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003778" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003804" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003827" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003850" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003872" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003894" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003918" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003984" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004007" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004030" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004052" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004075" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004097" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004119" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004141" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004163" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004186" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004208" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004231" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004254" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004276" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004299" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003454" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003481" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003504" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003527" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003549" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003572" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003595" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003617" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003661" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003684" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003707" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003730" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003753" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003799" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003822" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003845" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003868" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003891" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003914" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003937" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003959" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003983" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004005" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003583" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003629" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003680" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003726" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003748" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003770" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003791" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003856" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003878" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003899" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003921" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003943" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003964" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003986" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004008" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004029" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004051" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004072" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004094" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004116" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004137" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003879" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003926" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003976" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003999" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004021" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004043" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004065" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004086" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004129" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004173" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004201" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004282" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004316" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004343" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004365" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004386" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004429" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004451" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004473" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004494" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004515" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004537" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004560" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003644" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003691" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003715" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003740" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003761" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003782" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003803" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003824" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003887" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003909" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003930" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003973" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004017" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004061" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004083" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004104" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004126" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004147" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004169" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004191" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004213" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003760" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003805" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003831" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003855" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003877" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003899" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003921" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003942" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003964" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004006" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004043" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004066" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004087" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004110" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004136" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004189" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004213" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004281" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004310" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004342" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004366" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004387" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004409" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003384" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003434" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003465" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003490" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003515" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003541" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003571" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003599" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003628" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003683" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003712" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003740" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003769" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003826" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003855" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003883" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003912" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003941" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003970" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003999" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004027" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004056" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004085" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004114" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003311" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003383" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003405" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003427" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003448" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003469" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003490" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003511" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003552" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003595" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003616" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003637" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003659" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003680" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003701" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003721" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003742" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003763" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003805" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003826" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003847" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003869" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003914" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003963" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003988" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004035" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004057" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004079" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004100" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004121" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004163" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004185" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004213" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004240" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004281" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004405" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004461" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004487" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004513" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004575" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004597" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004618" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004640" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003600" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003644" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003668" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003690" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003711" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003754" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003840" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003861" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003883" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003905" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003926" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003948" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003969" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003991" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004012" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004034" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004055" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004076" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004173" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004196" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004217" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004239" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003592" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003644" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003681" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003712" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003742" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003833" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003865" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003896" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003956" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003986" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004017" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004047" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004077" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004108" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004139" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004169" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004230" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004261" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004291" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004352" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004382" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004412" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003658" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003750" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003782" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003808" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003859" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003884" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003909" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003961" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003988" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004018" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004048" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004078" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004108" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004138" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004168" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004199" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004229" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004259" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004289" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004319" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004349" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004379" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004410" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003745" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003780" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003810" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003840" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003870" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003899" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003929" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003987" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004017" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004047" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004077" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004107" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004137" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004167" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004196" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004226" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004256" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004286" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004316" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004345" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004375" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004405" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004434" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003517" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003570" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003602" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003636" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003667" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003697" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003756" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003786" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003849" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003880" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003970" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004029" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004059" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004089" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004119" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004149" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004179" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004209" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004239" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004269" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004298" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003605" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003692" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003725" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003756" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003785" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003873" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(98) "Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003936" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003966" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004025" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004054" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004084" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004113" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004142" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004173" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004207" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004237" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004266" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004296" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004325" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004355" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004385" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(99) "Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(99) "Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(99) "Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(99) "Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(99) "Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(99) "Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(99) "Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(99) "Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(99) "Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(99) "Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(99) "Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(99) "Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(99) "Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(99) "Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(99) "Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(99) "Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(99) "Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(99) "Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(99) "Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(99) "Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(99) "Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(99) "Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(99) "Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(99) "Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(99) "Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003363" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003390" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003411" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003455" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003477" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003499" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003520" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003585" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003607" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003635" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003678" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003699" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003721" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003742" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003764" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003785" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003807" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003827" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003849" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003871" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003892" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003347" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003390" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003416" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003437" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003459" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003481" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003503" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003524" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003546" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003588" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003609" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003631" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003652" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003673" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003695" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003716" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003758" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003780" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003801" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003822" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003843" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003865" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003886" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003907" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003302" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003345" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003395" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003417" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003439" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003464" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003488" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003510" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003554" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003576" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003598" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003620" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003642" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003664" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003686" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003708" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003731" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003752" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003774" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003819" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003864" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003892" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003519" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003613" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003635" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003658" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003681" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003819" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003842" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003864" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003887" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003932" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003956" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003979" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004002" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004025" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004048" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004071" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004094" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004117" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003253" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003298" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003325" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003348" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003370" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003393" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003415" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003438" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003460" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003508" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003532" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003554" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003577" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003600" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003645" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003667" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003691" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003714" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003760" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003807" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003829" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003852" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003311" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003333" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003355" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003376" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003398" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003440" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003486" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003524" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003547" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003568" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003611" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003632" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003653" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003674" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003695" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003716" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003758" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003779" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003800" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003821" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003505" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003550" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003576" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003600" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003644" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003687" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003708" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003799" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003821" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003843" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003865" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003887" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003911" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003937" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003959" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003981" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004006" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004029" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004051" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004072" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004094" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003412" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003483" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003509" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003530" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003551" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003571" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003591" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003613" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003643" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003713" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003736" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003758" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003782" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003813" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003840" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003861" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003883" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003905" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003926" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003948" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003969" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003991" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004013" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004061" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003445" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003487" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003513" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003537" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003559" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003603" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003624" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003645" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003693" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003715" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003760" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003781" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003803" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003824" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003846" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003867" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003895" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003919" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003962" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003984" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004006" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004027" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003463" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003512" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003548" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003611" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003640" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003669" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003698" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003787" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003816" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003845" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003874" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003903" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003932" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003960" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003989" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004018" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004047" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004075" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004104" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004133" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004162" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004191" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004219" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003064" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003108" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003134" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003183" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003208" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003233" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003257" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003286" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003387" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003417" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003475" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003505" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003534" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003593" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003651" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003680" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003739" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003768" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003453" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003517" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003550" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003575" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003601" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003625" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003650" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003674" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003699" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003754" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003785" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003874" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003904" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003933" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003963" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003993" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004023" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004053" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004082" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004112" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004142" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004172" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004202" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003400" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003449" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003480" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003511" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003536" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003561" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003586" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003610" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003638" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003700" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003730" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003760" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003789" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003818" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003848" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003878" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003908" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003937" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003967" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003997" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004026" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004056" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004086" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004115" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004145" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003555" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003597" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003623" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003682" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003725" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003747" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003768" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003816" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003838" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003860" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003882" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003905" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003931" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003973" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004016" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004038" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004059" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004145" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003597" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003647" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003686" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003718" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003745" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003771" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003799" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003865" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003930" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003961" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003992" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004053" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004098" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004130" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004160" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004191" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004252" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004282" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004311" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004342" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004403" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003631" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003678" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003701" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003723" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003744" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003767" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003788" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003835" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003856" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003878" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003900" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003922" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003944" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003966" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003987" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004009" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004031" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004053" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004074" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004096" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004118" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004139" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004161" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004356" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004400" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004423" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004447" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004469" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004512" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004534" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004555" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004604" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004625" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004648" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004669" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004690" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004712" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004734" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004819" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004863" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004884" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004906" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004928" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002097" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002146" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002183" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002222" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002257" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002293" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002327" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002361" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002395" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002465" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002500" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002535" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002569" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002603" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002637" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002671" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002705" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002739" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002807" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002871" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002921" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002954" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002988" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003854" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003899" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003925" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003949" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003973" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004018" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004040" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004062" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004110" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004133" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004155" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004177" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004222" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004244" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004267" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004289" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004311" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004333" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004356" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004378" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004400" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004424" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004450" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003383" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003427" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003450" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003497" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003551" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003610" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003633" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003677" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003728" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003751" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003800" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003822" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003845" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003867" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003889" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003911" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003933" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003955" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003977" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004067" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003631" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003662" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003684" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003714" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003736" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003758" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003778" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003800" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003847" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003868" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003889" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003931" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003973" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003994" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004015" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004052" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004074" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004095" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004146" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004167" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004188" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003439" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003536" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003598" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003660" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003685" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003707" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003728" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003748" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003797" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003818" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003839" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003860" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003880" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003901" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003922" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003942" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003963" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003983" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004004" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004024" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004065" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004086" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004107" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008322" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008455" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008524" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008588" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008791" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008853" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008916" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009025" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009097" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009160" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009234" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009298" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009361" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009423" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009560" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009692" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009818" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009880" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009943" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010005" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003954" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003997" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004049" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004104" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004125" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004147" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004168" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004215" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004237" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004259" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004280" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004301" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004323" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004365" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004387" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004429" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004450" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004472" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004493" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004514" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004536" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003527" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003570" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003597" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003643" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003686" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003706" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003728" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003789" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003811" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003832" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003854" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003875" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003896" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003916" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003937" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003958" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003979" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004021" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004042" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004063" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004084" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004105" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003877" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003918" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003951" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003979" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004001" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004043" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004064" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004085" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004134" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004155" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004176" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004198" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004218" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004250" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004271" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004291" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004323" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004366" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004387" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004429" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004450" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004472" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009896" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010034" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010451" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010575" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010722" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011001" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011140" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011426" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011575" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011697" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011837" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011958" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012096" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012217" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012459" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012587" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012878" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012996" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013135" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013256" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013412" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013536" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009160" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009301" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009404" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009540" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009676" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009824" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009921" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010017" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010112" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010265" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010362" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010458" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010554" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010649" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010744" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010839" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010934" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011029" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011219" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011315" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011410" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011506" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011601" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011725" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003522" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003579" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003610" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003631" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003653" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003674" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003695" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003716" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003736" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003805" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003826" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003847" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003867" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003888" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003909" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003930" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003951" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003971" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003992" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004013" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004034" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004055" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004076" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004097" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008955" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010202" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012519" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013707" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014928" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016091" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017281" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018535" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020283" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021492" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022717" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024120" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.025349" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.026517" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027535" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027632" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027821" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028006" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028127" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028224" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028318" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028412" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028507" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002609" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002656" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002681" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002729" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002758" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002785" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002843" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002873" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002927" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002957" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002985" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003042" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003065" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003087" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003110" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003132" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003154" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003177" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003199" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003244" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003271" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003293" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002941" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002987" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003012" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003032" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003053" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003074" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003095" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003116" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003137" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003179" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003222" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003243" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003264" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003285" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003307" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003328" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003350" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003371" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003393" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003415" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003436" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003458" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003479" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003500" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003447" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003494" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003519" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003544" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003566" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003610" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003631" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003652" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003694" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003715" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003757" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003778" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003800" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003821" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003888" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003912" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003934" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003957" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004030" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004055" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004082" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004754" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004808" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004843" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004876" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004906" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004935" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004965" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004994" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005024" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005080" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005109" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005139" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005168" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005198" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005227" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005256" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005285" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005315" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005412" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005442" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005471" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005501" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005531" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003236" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003289" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003351" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003381" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003411" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003440" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003470" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003500" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003556" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003586" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003616" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003645" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003674" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003762" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003791" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003821" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003854" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003885" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003914" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003943" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003973" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004002" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003031" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003077" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003131" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003157" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003179" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003199" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003283" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003305" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003327" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003348" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003369" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003390" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003412" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003454" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003475" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003496" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003518" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003539" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003569" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003590" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003611" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003130" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003177" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003203" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003226" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003249" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003271" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003293" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003314" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003337" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003381" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003411" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003439" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003466" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003493" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003520" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003548" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003608" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003668" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003698" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003735" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003766" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003797" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003820" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003842" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003864" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003440" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003489" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003513" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003539" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003561" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003584" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003606" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003629" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003651" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003695" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003718" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003740" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003762" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003806" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003828" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003851" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003873" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003895" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003916" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003938" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003960" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003982" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004003" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004026" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003198" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003243" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003268" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003294" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003318" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003340" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003362" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003384" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003407" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003454" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003481" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003524" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003545" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003567" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003610" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003632" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003653" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003675" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003697" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003719" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003741" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003762" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003148" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003173" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003197" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003219" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003240" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003261" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003282" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003303" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003365" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003386" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003407" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003428" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003449" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003471" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003512" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003533" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003554" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003575" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003596" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003617" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003638" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003658" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008619" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008753" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008840" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008930" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009008" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009085" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009162" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009238" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009314" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009437" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009515" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009593" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009671" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009749" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009825" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009901" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009978" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010055" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010133" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010211" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010289" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010367" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010443" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010521" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010598" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007147" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007278" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007424" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007495" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007565" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007632" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007702" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007772" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007880" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007951" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008046" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008133" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008203" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008272" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008341" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008411" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008480" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008548" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008615" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008683" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008752" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008820" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008888" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008957" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003227" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003273" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003300" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003342" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003364" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003386" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003407" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003428" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003472" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003494" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003516" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003538" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003559" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003580" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003601" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003644" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003686" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003708" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003729" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003750" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003771" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003793" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003234" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003285" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003308" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003332" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003356" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003377" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003398" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003440" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003483" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003504" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003525" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003546" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003608" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003629" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003650" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003670" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003691" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003712" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003754" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003817" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008318" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008508" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008659" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008809" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008957" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009106" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009254" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009400" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009547" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009927" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010074" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010220" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010369" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010537" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010690" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011126" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011277" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011425" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011572" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011719" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011868" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012162" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012310" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008887" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009946" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011075" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012173" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013224" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014452" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015642" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017129" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018368" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020108" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021229" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022297" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023386" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.025476" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.026549" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027633" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028680" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030790" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.031515" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.031613" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.031709" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.031804" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.031899" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008567" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009671" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010728" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012868" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013922" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014976" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016041" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017095" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018765" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019851" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021062" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022130" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024263" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.025344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.026423" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027458" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028503" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029560" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030593" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030691" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030786" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030881" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030977" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008663" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008845" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009017" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009144" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009293" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009415" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009557" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009699" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009823" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010169" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010309" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010432" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010717" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010840" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011083" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011366" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011530" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011918" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012060" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012200" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008096" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009204" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010327" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011533" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012652" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013750" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014880" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016028" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017144" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018895" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020032" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021191" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022323" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023571" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024774" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.025894" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028133" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028236" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028334" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028432" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028530" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028635" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028832" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008721" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009893" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011151" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012293" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013567" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014783" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015651" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015750" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015846" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016008" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016105" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016201" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016297" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016425" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016540" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016653" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016750" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016846" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016941" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017037" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017132" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020643" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020752" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020851" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020949" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009140" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010678" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011970" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013306" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014787" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015997" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016111" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016709" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016827" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016947" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021788" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021939" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022059" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022156" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022268" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022393" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022503" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022626" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022730" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022853" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023006" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023152" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009351" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010416" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011488" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012659" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013782" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015030" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016189" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016384" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016480" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016630" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016725" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016820" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016953" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017096" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017192" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017286" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017379" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017473" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017567" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017661" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017849" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017991" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018220" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012085" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013623" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016477" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018547" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020366" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020503" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020627" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020748" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020943" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021069" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021203" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021334" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021476" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021606" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021728" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021850" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021978" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022105" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022251" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022382" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023824" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024056" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024387" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024593" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008587" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008818" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009013" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009195" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009372" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009551" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009728" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010135" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010402" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010758" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010939" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011329" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011506" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011682" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011861" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012399" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012758" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012936" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013189" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013402" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000345" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000498" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000583" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000663" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000742" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000822" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001074" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001214" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001325" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001429" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001510" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001587" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001744" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001825" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001951" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002036" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002132" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002213" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002326" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002421" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002590" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002107" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002164" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002204" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002282" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002358" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002397" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002434" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002540" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002579" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002617" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002656" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002694" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002731" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002770" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002816" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002856" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002894" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002949" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002988" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003032" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003071" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003108" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002588" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002720" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002829" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002884" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002937" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002990" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003146" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003199" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003252" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003304" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003409" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003462" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003515" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003568" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003620" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003674" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003781" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003888" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008628" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008745" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008830" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008990" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009070" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009157" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009282" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009395" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009583" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009667" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009747" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009827" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009906" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009986" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010066" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010145" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010265" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010538" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010623" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010865" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010985" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000225" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000313" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000383" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000511" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000569" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000637" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000701" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000757" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000864" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000931" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000990" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001046" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001107" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001175" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001246" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001378" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001522" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001600" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001663" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001718" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002610" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002680" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002703" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002724" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002781" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002811" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002843" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002904" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002930" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002957" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002985" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003011" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003043" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003078" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003109" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003139" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003172" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003208" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003246" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003269" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003290" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003334" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002438" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002481" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002507" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002528" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002549" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002570" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002595" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002619" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002642" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002689" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002743" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002769" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002792" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002836" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002858" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002880" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002902" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002923" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002945" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.002987" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003010" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003032" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003055" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 14:57:19.003083" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003230" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003302" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003337" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003370" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003396" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003423" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003449" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003471" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003493" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003543" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003565" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003587" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003609" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003632" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003683" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003705" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003749" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003771" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003794" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003817" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003839" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003861" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003883" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003183" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003225" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003248" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003269" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003290" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003311" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003334" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003360" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003493" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003519" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003548" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003570" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003591" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003612" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003634" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003676" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003697" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003718" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003739" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003760" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003781" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003802" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003823" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007884" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007988" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008061" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008123" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008185" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008246" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008307" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008368" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008479" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008605" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008707" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008835" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008896" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008958" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009019" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009170" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009254" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009346" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009438" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009534" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009615" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009678" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009548" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009685" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009881" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009977" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010060" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010151" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010236" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010331" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010486" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010712" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010802" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010881" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010973" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011126" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011230" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011328" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011396" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011458" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011519" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011582" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011677" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011782" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010970" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012830" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014116" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014217" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014339" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014436" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014529" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014764" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014858" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014980" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015106" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015262" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015436" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015560" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015709" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015851" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015972" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016112" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016273" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016423" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016705" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016826" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010980" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012481" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013996" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016696" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018118" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019453" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020916" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022552" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.026033" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027380" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030098" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030532" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030767" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.031025" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.031589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.031846" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.032036" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.032220" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.032405" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.032614" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.032800" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.032940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009866" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011004" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012209" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013467" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014877" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016107" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017402" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018588" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019985" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021918" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023029" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024330" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.025877" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027202" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028346" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029494" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.030769" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.032620" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.034822" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036439" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036623" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.036840" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037012" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037168" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.037347" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008649" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009750" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010949" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012239" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013377" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014488" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015624" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016700" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020949" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022230" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.024749" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.025938" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.027251" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.028331" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029009" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029107" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029203" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029298" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029404" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029679" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.029776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011030" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011266" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011522" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011743" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011938" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012131" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012331" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012534" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012761" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013302" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013714" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013938" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014138" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014336" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014575" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014978" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015205" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015399" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015595" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015850" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016057" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016233" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009424" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010908" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012598" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014442" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016404" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018355" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018794" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018942" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019088" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019334" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019529" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019625" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019720" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019869" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020141" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020280" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020568" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020689" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020830" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021005" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021152" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021335" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012948" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014637" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015608" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015706" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015862" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015953" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016138" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016302" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016396" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016479" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016557" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016654" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016734" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016836" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016953" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017131" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017223" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017305" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017388" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017475" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017559" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017661" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008797" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011229" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013552" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014732" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014851" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014983" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015066" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015251" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015478" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015566" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015693" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015789" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015867" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015943" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016060" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016140" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016217" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016339" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016607" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016740" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016914" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004682" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004873" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.004962" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005041" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005119" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005198" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005277" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005355" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005480" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005558" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005637" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005716" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005794" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005873" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.005952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006030" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006109" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006188" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006267" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006346" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006426" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006528" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006612" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006691" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011837" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012179" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012310" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012441" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012574" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012781" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012911" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013042" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013257" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013391" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013538" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013687" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013820" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013947" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014054" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014181" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014441" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014705" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014965" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015096" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015228" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010683" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010958" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011151" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011345" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011538" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011726" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011906" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012090" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012267" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012545" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012722" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012897" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013073" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013304" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013455" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013629" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013804" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013976" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014151" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014326" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014681" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014869" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015071" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015270" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000228" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000318" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000457" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000521" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000653" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000717" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000783" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000903" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000968" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001033" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001098" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001162" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001226" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001290" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001355" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001483" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001547" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001628" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001704" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001846" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001916" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000307" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000442" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000548" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000653" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000855" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000955" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001056" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001155" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001465" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001571" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001672" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001874" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001975" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002077" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002179" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002281" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002383" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002482" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002582" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002684" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002886" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000204" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000347" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000409" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000467" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000524" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000582" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000639" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000696" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000794" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000852" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000967" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001025" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001138" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001195" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001254" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001311" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001367" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001424" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001482" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001539" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001596" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001654" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000238" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000329" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000401" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000472" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000543" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000613" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000683" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000752" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000821" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000943" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001085" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001156" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001225" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001295" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001364" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001571" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001641" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001710" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001779" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001848" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001917" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001987" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000307" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000451" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000572" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000689" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000808" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000919" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001030" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001141" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001252" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001451" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001564" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001675" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001807" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001894" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001950" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002005" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002060" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002115" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002170" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002225" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002281" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002336" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002390" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002501" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000206" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000286" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000343" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000405" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000463" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000518" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000574" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000629" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000683" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000785" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000842" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000898" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000953" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001008" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001064" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001119" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001173" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001228" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001340" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001395" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001451" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001506" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001562" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001617" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000192" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000271" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000329" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000388" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000445" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000559" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000615" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000671" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000774" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000831" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000888" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000944" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001055" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001111" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001188" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001247" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001303" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001359" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001415" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001472" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001528" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001584" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001651" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000205" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000342" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000400" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000455" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000510" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000617" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000672" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000776" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000832" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000886" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000941" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001050" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001104" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001213" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001277" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001333" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001503" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001559" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001615" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000212" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000291" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000351" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000411" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000468" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000525" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000580" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000635" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000692" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000787" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000900" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000957" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001013" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001070" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001126" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001182" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001238" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001294" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001364" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001422" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001478" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001534" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001591" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001647" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000407" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000594" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000667" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000795" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000858" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000918" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000981" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001044" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001157" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001347" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001410" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001472" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001533" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001596" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001659" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001722" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001907" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001971" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002034" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002096" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000153" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000235" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000295" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000416" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000475" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000534" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000591" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000650" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000762" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000821" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000879" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000938" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000996" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001054" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001112" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001170" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001229" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001346" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001404" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001462" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001521" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001596" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000289" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000466" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000634" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000792" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000951" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001104" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001264" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001427" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001862" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002034" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002190" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002367" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002514" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002596" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002687" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002777" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002854" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002943" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003034" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003117" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003210" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003299" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003382" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003476" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000164" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000241" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000294" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000346" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000401" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000453" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000507" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000565" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000720" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000779" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000837" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000894" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001010" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001067" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001182" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001240" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001297" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001409" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001464" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001520" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001576" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008753" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010301" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011859" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013227" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014830" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016474" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017572" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018699" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019025" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019177" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019276" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019470" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019568" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019666" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019790" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019893" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019990" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020267" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020391" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020539" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020807" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020931" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012627" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012925" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013490" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013694" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013933" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014140" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014348" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014556" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014789" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015134" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015377" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015581" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015786" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015998" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016237" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016467" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016675" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016927" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017135" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017342" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017593" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018007" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018215" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018387" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009601" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010741" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011998" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013017" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014141" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015195" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016137" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017064" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017428" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017591" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017682" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019323" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019407" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019495" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019572" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019647" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019722" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019798" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019886" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.019964" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020039" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020115" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020190" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020266" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020341" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009720" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010802" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011877" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013183" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014247" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.015432" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.016695" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.017857" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.018770" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020007" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.020430" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021258" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.021961" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022040" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022131" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022209" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022285" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022361" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022436" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022513" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022611" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022735" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022839" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023043" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009236" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009482" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009806" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.009976" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010146" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010320" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010494" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010623" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010890" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011074" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011239" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011577" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011720" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011887" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012057" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012226" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012394" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012522" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012691" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012848" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013028" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013217" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014380" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000399" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000492" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000580" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000664" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000748" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000833" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000916" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001143" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001228" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001397" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001480" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001563" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001648" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001732" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001816" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001899" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001983" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002067" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002151" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002235" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002319" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002403" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000219" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000309" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000370" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000493" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000552" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000612" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000670" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000730" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000903" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000962" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001021" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001079" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001138" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001197" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001256" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001314" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001432" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001490" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001549" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001608" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001667" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001725" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000296" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000421" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000522" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000621" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000716" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000810" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000904" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000998" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001092" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001254" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001349" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001465" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001561" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001749" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001844" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001938" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002032" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002127" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002221" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002315" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002410" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002504" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002599" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002693" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000239" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000335" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000401" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000473" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000538" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000603" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000668" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000797" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000976" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001040" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001105" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001170" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001234" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001299" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001364" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001429" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001494" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001559" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001623" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001688" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001752" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001817" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001881" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000211" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000293" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000357" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000414" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000471" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000527" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000584" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000640" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000696" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000794" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000851" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000907" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000962" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001018" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001075" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001130" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001186" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001297" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001409" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001465" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001520" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001576" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001633" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000211" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000283" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000337" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000440" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000543" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000594" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000645" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000738" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000791" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000842" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000894" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000945" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000996" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001048" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001100" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001167" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001245" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001309" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001364" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001474" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001529" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001584" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000228" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000318" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000378" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000436" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000546" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000602" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000712" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000820" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000877" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000932" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000988" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001043" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001098" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001154" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001208" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001265" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001320" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001377" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001444" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001500" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001557" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001612" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001669" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000214" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000328" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000420" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000506" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000602" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000688" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000772" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000856" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000939" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001089" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001174" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001259" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001428" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001512" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001596" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001680" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001764" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001848" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001933" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002016" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002100" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002184" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002269" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002353" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000216" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000304" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000368" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000434" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000495" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000551" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000610" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000668" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000728" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000903" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000961" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001017" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001076" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001137" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001196" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001252" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001372" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001431" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001489" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001546" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001606" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001724" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000165" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000248" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000308" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000370" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000427" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000485" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000542" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000599" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000657" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000760" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000819" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000876" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000934" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000991" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001049" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001107" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001165" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001223" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001282" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001340" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001397" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001455" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001513" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001571" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001629" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000455" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000512" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000567" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000622" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000677" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000731" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000786" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000944" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001055" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001110" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001169" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001235" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001302" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001367" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001432" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001497" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001561" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001625" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001691" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001756" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001820" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001884" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000164" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000250" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000311" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000381" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000444" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000507" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000571" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000635" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000706" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000835" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000900" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000961" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001022" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001086" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001152" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001214" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001273" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001335" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001399" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001461" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001524" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001584" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001645" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001709" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001771" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000177" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000257" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000367" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000421" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000475" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000529" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000584" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000638" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000746" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000801" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000856" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000927" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000996" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001061" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001129" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001209" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001279" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001349" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001417" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001486" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001555" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001623" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001692" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001760" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000170" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000255" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000317" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000376" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000432" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000490" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000549" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000608" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000666" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000831" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000889" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000945" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001001" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001057" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001114" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001170" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001226" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001283" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001340" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001403" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001459" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001516" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001573" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001629" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000156" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000259" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000320" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000375" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000429" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000483" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000537" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000591" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000645" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000739" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000795" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000849" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000903" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000957" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001011" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001065" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001119" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001173" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001227" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001280" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001399" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001453" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001507" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001561" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000244" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000391" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000505" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000612" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000718" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000824" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000930" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001035" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001141" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001337" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001553" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001658" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001765" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001871" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001978" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002084" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002190" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002313" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002422" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002529" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002639" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002697" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002753" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002809" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000167" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000253" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000309" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000365" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000434" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000504" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000566" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000628" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000687" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000859" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000917" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000978" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001041" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001164" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001223" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001346" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001407" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001468" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001527" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001651" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001712" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000178" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000261" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000381" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000439" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000498" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000555" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000613" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000670" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000773" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000832" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000889" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000946" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001003" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001061" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001119" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001176" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001233" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001290" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001348" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001405" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001463" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001521" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001579" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001635" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000164" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000248" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000310" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000371" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000431" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000488" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000545" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000603" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000661" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000834" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000892" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000950" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001004" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001062" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001120" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001177" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001232" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001289" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001356" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001411" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001470" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001529" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001588" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001646" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000188" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000278" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000343" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000409" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000474" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000537" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000601" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000664" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000727" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000843" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000908" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000971" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001035" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001097" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001160" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001224" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001296" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001360" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001423" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001486" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001550" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001613" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001677" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001740" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001804" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000264" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000420" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000544" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000663" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000778" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000892" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001007" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001135" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001251" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001451" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001509" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001567" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001625" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001682" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001739" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001796" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001854" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001911" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001969" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002026" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002084" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002141" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002198" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002257" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002315" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000157" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000234" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000292" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000349" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000405" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000460" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000515" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000570" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000626" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000720" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000775" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000830" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000885" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000940" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001049" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001104" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001213" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001268" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001322" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001377" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001488" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001543" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000145" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000217" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000269" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000327" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000378" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000428" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000477" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000523" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000572" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000664" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000715" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000761" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000810" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000858" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000905" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000955" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001001" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001053" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001111" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001170" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001227" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001284" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001349" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001407" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001462" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000153" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000228" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000275" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000330" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000384" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000431" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000476" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000522" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000567" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000646" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000692" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000738" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000829" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000875" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000921" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000967" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001013" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001059" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001105" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001150" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001196" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001242" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001289" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001345" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000229" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000351" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000437" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000521" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000603" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000685" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000770" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000851" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.000936" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001080" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001163" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001245" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001327" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001408" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001671" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001754" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001835" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.001917" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.002000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.002082" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.002166" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.002249" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:20.002335" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000252" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000329" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000382" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000431" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000480" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000529" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000594" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000649" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000738" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000786" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000842" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000899" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000949" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000994" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001042" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001090" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001151" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001202" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001249" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001297" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001395" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001443" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001490" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000157" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000232" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000283" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000331" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000379" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000426" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000474" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000519" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000566" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000652" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000701" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000760" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000810" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000856" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000903" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000950" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000998" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001045" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001093" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001140" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001186" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001233" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001291" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001347" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001403" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000194" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000362" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000429" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000495" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000562" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000628" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000706" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000772" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000879" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000945" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001011" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001076" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001140" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001205" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001271" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001335" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001400" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001466" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001530" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001594" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001660" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001726" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001790" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001854" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000162" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000235" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000286" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000341" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000388" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000433" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000479" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000525" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000570" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000655" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000702" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000748" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000795" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000841" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000887" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000933" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000979" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001025" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001071" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001118" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001165" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001211" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001258" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001304" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001350" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000294" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000446" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000595" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000721" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000839" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000956" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001035" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001079" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001123" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001201" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001245" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001289" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001332" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001376" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001419" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001463" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001506" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001550" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001594" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001638" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001681" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001724" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001768" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001811" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001854" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000320" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000437" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000492" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000542" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000590" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000637" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000684" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000730" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000777" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000863" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000911" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000958" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001004" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001051" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001098" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001145" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001192" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001238" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001285" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001332" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001379" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001427" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001473" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001519" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001566" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000206" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000321" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000395" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000470" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000583" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000663" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000738" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000813" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000890" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001050" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001197" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001271" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001340" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001417" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001490" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001566" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001639" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001743" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001819" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001915" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001991" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002066" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002128" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002175" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000163" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000237" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000287" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000344" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000393" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000440" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000488" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000535" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000582" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000675" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000731" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000787" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000852" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000912" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000969" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001026" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001140" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001197" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001251" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001308" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001365" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001421" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001479" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001535" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000228" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000342" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000425" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000502" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000580" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000658" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000736" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000814" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000891" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001023" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001178" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001253" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001398" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001495" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001574" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001652" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001730" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001808" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001884" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.001999" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002052" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002100" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002146" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002373" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002435" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002476" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002513" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002551" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002587" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002624" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002660" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002696" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002762" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002800" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002836" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002872" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002908" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002945" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002981" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003017" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003053" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003089" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003161" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003197" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003232" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003269" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003305" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022653" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022740" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022781" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022823" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022866" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022910" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.022993" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023034" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023117" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023167" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023210" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023251" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023295" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023337" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023380" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023422" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023461" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023504" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023546" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023587" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023628" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023669" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023713" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.023755" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002712" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002749" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002771" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002794" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002816" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002837" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002860" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002881" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002903" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002950" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002973" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.002995" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003016" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003037" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003059" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003081" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003102" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003126" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003151" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003174" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003193" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003218" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003239" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003261" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.003285" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012890" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.012999" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013104" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013176" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013248" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013319" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013389" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013459" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013529" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013662" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013733" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013804" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013875" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.013945" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014014" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014085" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014155" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014224" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014294" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014365" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014435" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014505" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014575" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014646" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.014717" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010261" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010354" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010424" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010485" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010545" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010605" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010665" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010724" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010784" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010891" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.010952" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011012" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011072" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011132" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011192" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011252" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011312" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011372" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011431" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011491" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011552" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011613" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011672" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011732" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.011792" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006412" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006506" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006589" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006662" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006737" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006813" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006886" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.006960" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007033" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007159" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007233" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007306" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007378" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007452" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007524" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007596" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007669" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007744" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007817" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007892" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.007966" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008048" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008124" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008197" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.008270" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.28, 7.0.14 - 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2013-09-29 16:57:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 05:12:39.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 18:20:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 04:12:01.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 04:31:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 14:59:32.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 15:37:19.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-26 17:27:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 00:16:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-09 13:35:02.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-07 03:36:05.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-14 17:12:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 08:56:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 19:13:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 20:06:12.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 22:37:44.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 02:38:07.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-19 15:55:53.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 23:02:47.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 00:41:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 05:54:03.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 13:42:09.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.6.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-25 02:31:20.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 04:04:13.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 19:32:55.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 15:08:14.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-16 20:56:24.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-20 11:47:49.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-31 22:07:43.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-16 16:42:54.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 19:07:23.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 21:28:31.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 03:16:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 09:13:45.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-23 16:06:38.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.4.43 - 5.4.45
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:27.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.4.35 - 5.4.42
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:28.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.4.30 - 5.4.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-04 17:46:29.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.4.29
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#4 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#4 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#4 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#4 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#4 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#4 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#4 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#4 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.4.27 - 5.4.28
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:29" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.4.20 - 5.4.26
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:30" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.4.10 - 5.4.19
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:31" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.4.0 - 5.4.9
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:32" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.3.22 - 5.3.29
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:33" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.3.13 - 5.3.21
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:34" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.3.5 - 5.3.12
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:35" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.3.0 - 5.3.4
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "A" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "B" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "C" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "D" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "E" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "F" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "G" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "H" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "I" } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "K" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "L" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "M" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "N" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "O" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "P" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Q" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "R" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "S" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "T" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "U" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "V" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "W" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "X" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Y" } object(DateTime)#1 (3) { ["date"]=> string(19) "2015-11-04 17:46:36" ["timezone_type"]=> int(2) ["timezone"]=> string(1) "Z" } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.2.4 - 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/dZA0n on line 4 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/dZA0n on line 13 object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } string(123) "DateTime::__construct(): Failed to parse time string (j) at position 0 (j): The timezone could not be found in the database" object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } object(DateTime)#2 (0) { } object(DateTime)#1 (0) { } string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.2.0 - 5.2.3
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/dZA0n on line 4 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/dZA0n on line 13 string(72) "DateTime::__construct(): Failed to parse time string (a) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (b) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (c) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (d) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (e) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (f) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (g) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (h) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (i) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (j) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (k) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (l) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (m) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (n) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (o) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (p) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (q) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (r) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (s) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (t) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (u) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (v) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (w) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (x) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (y) at position 0 (" string(72) "DateTime::__construct(): Failed to parse time string (z) at position 0 (" string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (bb) at position 0 (b): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (cc) at position 0 (c): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (dd) at position 0 (d): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ee) at position 0 (e): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ff) at position 0 (f): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (gg) at position 0 (g): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (hh) at position 0 (h): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ii) at position 0 (i): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (jj) at position 0 (j): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (kk) at position 0 (k): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ll) at position 0 (l): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (mm) at position 0 (m): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (nn) at position 0 (n): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (oo) at position 0 (o): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (pp) at position 0 (p): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (qq) at position 0 (q): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (rr) at position 0 (r): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ss) at position 0 (s): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (tt) at position 0 (t): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (uu) at position 0 (u): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (vv) at position 0 (v): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (ww) at position 0 (w): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (xx) at position 0 (x): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (yy) at position 0 (y): The timezone could not be found in the database" string(124) "DateTime::__construct(): Failed to parse time string (zz) at position 0 (z): The timezone could not be found in the database"
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/dZA0n on line 4 Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/dZA0n on line 13 Fatal error: Class 'DateTime' not found in /in/dZA0n on line 4
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '{' in /in/dZA0n on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected '{' in /in/dZA0n on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/dZA0n on line 3
Process exited with code 255.

preferences:
349.92 ms | 401 KiB | 359 Q