Skip to content

Commit

Permalink
Make starttime and endtime consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Nov 27, 2023
1 parent d90dce7 commit 9d98e58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/TCA/tx_tea_domain_model_product_tea.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
'config' => [
'type' => 'datetime',
'default' => 0,
'range' => [
'upper' => mktime(0, 0, 0, 1, 1, 2038),
],
],
'l10n_mode' => 'exclude',
'l10n_display' => 'defaultAsReadonly',
Expand Down

0 comments on commit 9d98e58

Please sign in to comment.