Output of the "Getting a PHP DateTime object for the last day of the month" PHP snippet

Environment:

  • Strangebuzz Snippet VM: 6.4.9
  • PHP: 8.4

Code execution output:

object(DateTime)#1643 (3) {
  ["date"]=>
  string(26) "2026-05-31 21:54:32.782194"
  ["timezone_type"]=>
  int(3)
  ["timezone"]=>
  string(12) "Europe/Paris"
}
object(DateTime)#1645 (3) {
  ["date"]=>
  string(26) "2026-05-31 21:54:32.782200"
  ["timezone_type"]=>
  int(3)
  ["timezone"]=>
  string(12) "Europe/Paris"
}