timestamp9 icon indicating copy to clipboard operation
timestamp9 copied to clipboard

There is no check for timestamp range boundaries.

Open Tim-Ur opened this issue 2 months ago • 1 comments

select '2262-04-11 23:47:16.854775807 +0000'::timestamp9;

returns: 2262-04-11 23:47:16.854775807 +0000

select '2262-04-11 23:47:16.854775808 +0000'::timestamp9;

returns: 1677-09-21 00:12:43.145224192 +0000

Tim-Ur avatar Apr 26 '24 07:04 Tim-Ur

Can this pull-request resolve your problem? #13

higuoxing avatar Apr 26 '24 07:04 higuoxing