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 396f3b9 commit 5d39a02Copy full SHA for 5d39a02
modules/gpad/TAxisPainter.mjs
@@ -28,7 +28,7 @@ function getTimeOffset(axis) {
28
sof = sof.slice(pos + 1);
29
if (!Number.isInteger(val) || (val < min) || (val > max)) return min;
30
return val;
31
- }, year = next('-', 1970, 2300),
+ }, year = next('-', 1900, 2900),
32
month = next('-', 1, 12) - 1,
33
day = next(' ', 1, 31),
34
hour = next(':', 0, 23),
0 commit comments