diff --git a/app/Livewire/Developer/Persons.php b/app/Livewire/Developer/Persons.php index e3f76cd61..3e6a5c866 100644 --- a/app/Livewire/Developer/Persons.php +++ b/app/Livewire/Developer/Persons.php @@ -97,20 +97,17 @@ public function table(Table $table): Table ->sortable(), Tables\Columns\TextColumn::make('created_at') ->label(__('app.created_at')) - ->timezone(auth()->user()->timezone) - ->dateTime('Y-m-d h:i') + ->dateTime('Y-m-d h:i')->timezone(auth()->user()->timezone) ->sortable() ->toggleable(isToggledHiddenByDefault: true), Tables\Columns\TextColumn::make('updated_at') ->label(__('app.updated_at')) - ->timezone(auth()->user()->timezone) - ->dateTime('Y-m-d h:i') + ->dateTime('Y-m-d h:i')->timezone(auth()->user()->timezone) ->sortable() ->toggleable(isToggledHiddenByDefault: true), Tables\Columns\TextColumn::make('deleted_at') ->label(__('app.deleted_at')) - ->timezone(auth()->user()->timezone) - ->dateTime('Y-m-d h:i') + ->dateTime('Y-m-d h:i')->timezone(auth()->user()->timezone) ->sortable() ->toggleable(isToggledHiddenByDefault: true), ]) diff --git a/app/Livewire/Developer/Teams.php b/app/Livewire/Developer/Teams.php index 8baf2adaa..dd5425421 100644 --- a/app/Livewire/Developer/Teams.php +++ b/app/Livewire/Developer/Teams.php @@ -64,14 +64,12 @@ public function table(Table $table): Table ->boolean(), Tables\Columns\TextColumn::make('created_at') ->label(__('app.created_at')) - ->timezone(auth()->user()->timezone) - ->dateTime('Y-m-d h:i') + ->dateTime('Y-m-d h:i')->timezone(auth()->user()->timezone) ->sortable() ->toggleable(isToggledHiddenByDefault: true), Tables\Columns\TextColumn::make('updated_at') ->label(__('app.updated_at')) - ->timezone(auth()->user()->timezone) - ->dateTime('Y-m-d h:i') + ->dateTime('Y-m-d h:i')->timezone(auth()->user()->timezone) ->sortable() ->toggleable(isToggledHiddenByDefault: true), ]) diff --git a/composer.lock b/composer.lock index f5c84b0d0..847d26eb9 100644 --- a/composer.lock +++ b/composer.lock @@ -2616,16 +2616,16 @@ }, { "name": "laravel/framework", - "version": "v11.6.0", + "version": "v11.7.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "e090ee638ebd4ce221d8bad43b49bbf59ea70ae5" + "reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/e090ee638ebd4ce221d8bad43b49bbf59ea70ae5", - "reference": "e090ee638ebd4ce221d8bad43b49bbf59ea70ae5", + "url": "https://api.github.com/repos/laravel/framework/zipball/e5ac72f513f635f208024aa76b8a04efc1b47f93", + "reference": "e5ac72f513f635f208024aa76b8a04efc1b47f93", "shasum": "" }, "require": { @@ -2817,20 +2817,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-04-30T13:30:08+00:00" + "time": "2024-05-07T13:41:51+00:00" }, { "name": "laravel/jetstream", - "version": "v5.0.5", + "version": "v5.1.0", "source": { "type": "git", "url": "https://github.com/laravel/jetstream.git", - "reference": "2ee2c38e94169f9c69f6d1a41143f69efa3c04ec" + "reference": "8bffd5336bfac4d6f0098b50ee7c3e3559714ddc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/jetstream/zipball/2ee2c38e94169f9c69f6d1a41143f69efa3c04ec", - "reference": "2ee2c38e94169f9c69f6d1a41143f69efa3c04ec", + "url": "https://api.github.com/repos/laravel/jetstream/zipball/8bffd5336bfac4d6f0098b50ee7c3e3559714ddc", + "reference": "8bffd5336bfac4d6f0098b50ee7c3e3559714ddc", "shasum": "" }, "require": { @@ -2884,7 +2884,7 @@ "issues": "https://github.com/laravel/jetstream/issues", "source": "https://github.com/laravel/jetstream" }, - "time": "2024-04-29T13:25:38+00:00" + "time": "2024-05-06T17:10:37+00:00" }, { "name": "laravel/prompts", diff --git a/package-lock.json b/package-lock.json index 85b1f775e..fa2a4cc44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1120,9 +1120,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.757", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.757.tgz", - "integrity": "sha512-jftDaCknYSSt/+KKeXzH3LX5E2CvRLm75P3Hj+J/dv3CL0qUYcOt13d5FN1NiL5IJbbhzHrb3BomeG2tkSlZmw==", + "version": "1.4.758", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.758.tgz", + "integrity": "sha512-/o9x6TCdrYZBMdGeTifAP3wlF/gVT+TtWJe3BSmtNh92Mw81U9hrYwW9OAGUh+sEOX/yz5e34sksqRruZbjYrw==", "dev": true }, "node_modules/emoji-regex": {