Skip to content

Commit 9b403af

Browse files
committed
ACP2E-347 - re-added timestamp limitation method, removed only the actual limitation
1 parent 7a9fdac commit 9b403af

File tree

1 file changed

+2
-1
lines changed
  • lib/internal/Magento/Framework/Data/Form/Element

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/Data/Form/Element/Date.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ private function isDate(string $value): bool
6767
}
6868

6969
/**
70-
* initial scope of method, but keeping the method for compatibility:
70+
* initial scope of method was to limit timestamp on x64 systems to mimic x32 systems,
71+
* but keeping the method for compatibility:
7172
* If script executes on x64 system, converts large numeric values to timestamp limit
7273
*
7374
* @param int $value

0 commit comments

Comments
 (0)