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 7a9fdac commit 9b403afCopy full SHA for 9b403af
lib/internal/Magento/Framework/Data/Form/Element/Date.php
@@ -67,7 +67,8 @@ private function isDate(string $value): bool
67
}
68
69
/**
70
- * initial scope of method, but keeping the method for compatibility:
+ * initial scope of method was to limit timestamp on x64 systems to mimic x32 systems,
71
+ * but keeping the method for compatibility:
72
* If script executes on x64 system, converts large numeric values to timestamp limit
73
*
74
* @param int $value
0 commit comments