mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Add ISO 8601 (Y-m-dTH:i:s) format to list of checked date formats when importing to catch double parsed dates
This commit is contained in:
parent
e724752600
commit
a5b31c62ab
@ -1263,6 +1263,7 @@ abstract class Merge
|
||||
'!'.Api\DateTime::$user_dateformat . '* ' .Api\DateTime::$user_timeformat,
|
||||
'!'.Api\DateTime::$user_dateformat . '*',
|
||||
'!'.Api\DateTime::$user_dateformat,
|
||||
'!Y-m-d\TH:i:s'
|
||||
);
|
||||
|
||||
// Properly format values for spreadsheet
|
||||
|
Loading…
Reference in New Issue
Block a user