We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64e721 commit 285dbd8Copy full SHA for 285dbd8
plotly/plotlyfig_aux/helpers/convertDate.m
@@ -1,3 +1,3 @@
1
function converted = convertDate(date)
2
- converted = (date - datenum(1970,0,0))*1000*60*60*(23 + 56/60);
+ converted = (date - datenum(1969,12,31,19,00,00))*1000*60*60*24;
3
end
0 commit comments