Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 590
Titel+ added method authFormat(...) to Carbon class, which does the same as…
Beschreibung+ added method authFormat(...) to Carbon class, which does the same as format(...) method, but respects auth()->user() timezone + replaced usage of method format(...) by authFormat(..) where necessary Es muss noch security aktualisiert werden.
Statusmerged
Created at 2022-03-18T13:17:56.586Z
Updated at 2022-03-21T20:03:09.176Z
Source branchfeature/LL-1139-timezone-formatted-date
Target branchdevelop
AuthorGregor Gabriel
AssigneeSascha Immig

Discussion notes

added 1 commit
  • 8e8bcadd - composer update twig/twig because of security checker#s vulnerability warning
Compare with previous version
Sascha Immig 2022-03-21T07:11:39.859Z
added 1 commit
  • 4cccef17 - returning app's server timezone if no user present
Compare with previous version
Sascha Immig 2022-03-21T19:24:38.053Z
added 1 commit
  • b17bd4fc - updated guzzlehttp/psr7 due to vulnerability warning
Compare with previous version
Sascha Immig 2022-03-21T19:47:02.801Z
enabled an automatic merge when the pipeline for b17bd4fcb8e1e70a5cb5569d146f658d03d1677f succeeds Sascha Immig 2022-03-21T19:47:22.539Z
merged Sascha Immig 2022-03-21T20:03:09.235Z
mentioned in commit 2761726591a6fd103f35b0379ae24ad0226648b3 Sascha Immig 2022-03-21T20:03:09.544Z

Merge Commits

Title Id Author Created at Message
returning app's server timezone if no user present 4cccef1741c8868aca8579fd5fafdccd3a6b007a TUV\immigs 2022-03-21T19:24:25.000Z returning app's server timezone if no user present
composer update twig/twig because of security checker#s vulnerability warning 8e8bcaddad5276dab09a5933555d24978cb12262 TUV\immigs 2022-03-21T07:11:28.000Z composer update twig/twig because of security checker#s vulnerability warning
updated guzzlehttp/psr7 due to vulnerability warning b17bd4fcb8e1e70a5cb5569d146f658d03d1677f TUV\immigs 2022-03-21T19:46:54.000Z updated guzzlehttp/psr7 due to vulnerability warning
+ added method authFormat(...) to Carbon class, which does the same as… f347bb0c17cfc76f3fedc8dc484731ada5eb7d7b TUV\gabrielg 2022-03-18T13:15:49.000Z + added method authFormat(...) to Carbon class, which does the same as format(...) method, but respects auth()->user() timezone + replaced usage of method format(...) by authFormat(..) where necessary