Searched refs:DateTimeImmutable (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Services/ |
H A D | SiteLogsService.php | 23 use DateTimeImmutable; alias 67 $from_time = DateTimeImmutable::createFromFormat('!Y-m-d', $from, $tz) 75 $to_time = DateTimeImmutable::createFromFormat('!Y-m-d', $to, $tz)
|
H A D | PendingChangesService.php | 23 use DateTimeImmutable; alias 300 $from_time = DateTimeImmutable::createFromFormat('!Y-m-d', $from, $tz) 309 $to_time = DateTimeImmutable::createFromFormat('!Y-m-d', $to, $tz)
|
/webtrees/app/Http/RequestHandlers/ |
H A D | PendingChangesLogPage.php | 22 use DateTimeImmutable; alias 72 … $earliest = DateTimeImmutable::createFromFormat('Y-m-d H:i:s', $earliest, new DateTimeZone('UTC')) 76 … $latest = DateTimeImmutable::createFromFormat('Y-m-d H:i:s', $latest, new DateTimeZone('UTC'))
|
H A D | SiteLogsPage.php | 22 use DateTimeImmutable; alias 77 … $earliest = DateTimeImmutable::createFromFormat('Y-m-d H:i:s', $earliest, new DateTimeZone('UTC')) 81 … $latest = DateTimeImmutable::createFromFormat('Y-m-d H:i:s', $latest, new DateTimeZone('UTC'))
|
H A D | SiteLogsData.php | 22 use DateTimeImmutable; alias 56 …$log_time = DateTimeImmutable::createFromFormat('Y-m-d H:i:s', $row->log_time, new DateTimeZone('U…
|
H A D | PendingChangesLogData.php | 22 use DateTimeImmutable; alias 104 …$change_time = DateTimeImmutable::createFromFormat('Y-m-d H:i:s', $row->change_time, new DateTimeZ…
|
/webtrees/ |
H A D | phpstan-baseline.neon | 2632 message: '#^Cannot call method setTimezone\(\) on DateTimeImmutable\|false\.$#' 2662 …message: '#^Parameter \#2 \$datetime of static method DateTimeImmutable\:\:createFromFormat\(\) ex… 2746 message: '#^Cannot call method setTimezone\(\) on DateTimeImmutable\|false\.$#' 2752 …message: '#^Parameter \#2 \$datetime of static method DateTimeImmutable\:\:createFromFormat\(\) ex… 3094 message: '#^Cannot call method setTimezone\(\) on DateTimeImmutable\|false\.$#' 3106 …message: '#^Parameter \#2 \$datetime of static method DateTimeImmutable\:\:createFromFormat\(\) ex… 3172 message: '#^Cannot call method setTimezone\(\) on DateTimeImmutable\|false\.$#' 3178 …message: '#^Parameter \#2 \$datetime of static method DateTimeImmutable\:\:createFromFormat\(\) ex… 8818 message: '#^Cannot call method add\(\) on DateTimeImmutable\|false\.$#' 8824 message: '#^Cannot call method setTimezone\(\) on DateTimeImmutable\|false\.$#' [all …]
|