This commit is contained in:
@@ -104,6 +104,10 @@ export default {
|
||||
// let tmp = new Date(value).toLocaleString("sv-SE", {
|
||||
// timeZone: timeZoneName
|
||||
// });
|
||||
|
||||
//BUGBUG with original code, apple can't parse the date from here because sv-SE puts a space between date and time and apple can only parse if it has a T between
|
||||
//so force a T and look for other places where this could happen
|
||||
|
||||
// tmp = tmp.replace(" ", "T");
|
||||
// let ret = new Date(
|
||||
// tmp
|
||||
|
||||
Reference in New Issue
Block a user