Use strftime since the UTC shenanigans don't work on IOS
... | ... | @@ -12,12 +12,14 @@ |
"@types/react": "^16.9.53", | ||
"@types/react-dom": "^16.9.8", | ||
"@types/react-plotly.js": "^2.2.4", | ||
"@types/strftime": "^0.9.2", | ||
"node-sass": "4.14.1", | ||
"plotly.js": "^1.57.1", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-plotly.js": "^2.5.0", | ||
"react-scripts": "4.0.0-next.98", | ||
"strftime": "0.9.2", | ||
"typescript": "^4.1.2", | ||
"web-vitals": "^0.2.4" | ||
}, | ||
... | ... |
Please register or sign in to comment