You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LocalDate::new(), LocalTime::new() and LocalDateTime::new() all require the timezone parameter.
It would be a lot easier to use if the ::now() method's timezone parameter is optional and defaults to the configured php TimeZone.
The text was updated successfully, but these errors were encountered:
The
LocalDate::new()
,LocalTime::new()
andLocalDateTime::new()
all require the timezone parameter.It would be a lot easier to use if the
::now()
method's timezone parameter is optional and defaults to the configured php TimeZone.The text was updated successfully, but these errors were encountered: