mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
td changed
This commit is contained in:
@@ -21,9 +21,9 @@ class Carbon extends CarbonImmutable
|
||||
public function asDateTime(): string
|
||||
{
|
||||
$dt = $this->timezone(config('app.timezone'))->locale('de');
|
||||
return sprintf("%s. %s %s %s (%s)",
|
||||
return sprintf("%s.%s.%s %s (%s)",
|
||||
str($dt->day)->padLeft(2, '0'),
|
||||
$dt->monthName,
|
||||
str($dt->month)->padLeft(2, '0'),
|
||||
$dt->year,
|
||||
$dt->format('H:i'),
|
||||
$dt->timezone
|
||||
|
||||
Reference in New Issue
Block a user