mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
Added timezone to registration
This commit is contained in:
@@ -53,6 +53,7 @@ class ClockifyTimeEntriesImporter extends DefaultImporter
|
||||
'email' => $record['Email'],
|
||||
], [
|
||||
'name' => $record['User'],
|
||||
'timezone' => 'UTC',
|
||||
'is_placeholder' => true,
|
||||
]);
|
||||
$clientId = null;
|
||||
|
||||
Reference in New Issue
Block a user