This commit is contained in:
2021-09-24 00:20:17 +00:00
parent a384b92927
commit 76c0715c6c
2 changed files with 10 additions and 3 deletions

View File

@@ -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