mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 11:46:47 +00:00
🌍 Update timezone fallback for Nostr publishing command to use Europe/Berlin
This commit is contained in:
@@ -111,7 +111,7 @@ class PublishUnpublishedItems extends Command
|
||||
private function configureForCountry(string $countryCode): void
|
||||
{
|
||||
// Set user timezone and locale based on country code
|
||||
$timezone = self::TZ_MAP[$countryCode] ?? 'UTC';
|
||||
$timezone = self::TZ_MAP[$countryCode] ?? 'Europe/Berlin';
|
||||
config([
|
||||
'app.user-timezone' => $timezone,
|
||||
'app.locale' => in_array($countryCode, ['at', 'ch']) ? 'de' : $countryCode,
|
||||
|
||||
Reference in New Issue
Block a user