translate time-tracking in login screen and browser title (#738)
This commit is contained in:
@@ -23,7 +23,7 @@ use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
|
||||
*/
|
||||
class UserDateTimeFactoryTest extends TestCase
|
||||
{
|
||||
public const TEST_TIMEZONE = 'Antarctica/DumontDUrville';
|
||||
public const TEST_TIMEZONE = 'Europe/London';
|
||||
|
||||
protected function createDateTimeFactory(string $timezone)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user