Project

General

Profile

Actions

Bug #99937

closed

2038-Bug in TYPO3?

Added by Dieter Porth over 1 year ago. Updated 6 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2023-02-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The often used fields timestamp, crDate, starttime, and endtime are stored with the definition int(10) unsigned.
This can cause a 2038-bug, because the integer will be restricted to 4 Bytes in the database by this definition.

I think, it would be better to use:
tstamp bigint NOT NULL DEFAULT '0' comment 'Use bigints for timestamps instead',


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Feature #101553: Auto-create DB fields from TCA columnsNew2023-10-13

Actions
Actions

Also available in: Atom PDF