Skip to content

Commit d13e997

Browse files
committed
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.net>
2 parents f8a7497 + 9db0f07 commit d13e997

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/Types.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,10 @@ public function getTypeDescription(string $type): string
205205
'9999-12-31 23:59:59',
206206
),
207207
'TIMESTAMP' => __(
208-
'A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-09 ' .
209-
'03:14:07 UTC, stored as the number of seconds since the epoch ' .
210-
'(1970-01-01 00:00:00 UTC)',
208+
'A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 ' .
209+
'03:14:07 UTC on 32-bit platforms (MariaDB 11.3 and earlier), ' .
210+
'and up to 2106-02-07 06:28:15 UTC on 64-bit platforms (MariaDB 11.5 and later), ' .
211+
'stored as the number of seconds since the epoch (1970-01-01 00:00:00 UTC)',
211212
),
212213
'TIME' => sprintf(
213214
__('A time, range is %1$s to %2$s'),

0 commit comments

Comments
 (0)