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

Environment:

  • Strangebuzz Snippet VM: 6.4.2
  • PHP: 8.3

Code execution output:

object(DateTime)#1895 (3) {
  ["date"]=>
  string(26) "2024-04-30 05:12:03.737798"
  ["timezone_type"]=>
  int(3)
  ["timezone"]=>
  string(12) "Europe/Paris"
}
object(DateTime)#1897 (3) {
  ["date"]=>
  string(26) "2024-04-30 05:12:03.737804"
  ["timezone_type"]=>
  int(3)
  ["timezone"]=>
  string(12) "Europe/Paris"
}