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.
2 parents f8a7497 + 9db0f07 commit d13e997Copy full SHA for d13e997
1 file changed
src/Types.php
@@ -205,9 +205,10 @@ public function getTypeDescription(string $type): string
205
'9999-12-31 23:59:59',
206
),
207
'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)',
+ 'A timestamp, range is 1970-01-01 00:00:01 UTC to 2038-01-19 ' .
+ '03:14:07 UTC on 32-bit platforms (MariaDB 11.3 and earlier), ' .
+ '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)',
212
213
'TIME' => sprintf(
214
__('A time, range is %1$s to %2$s'),
0 commit comments