/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Timestamps and Time Zones in PostgreSQL (2016)
(phili.pe)
189 points
GordonS
| 1 comments |
30 Mar 19 21:47 UTC
|
HN request time: 0.295s
|
source
Show context
cpeterso
◴[
31 Mar 19 00:04 UTC
]
No.
19532799
[source]
▶
>>19532090 (OP)
#
What timestamp types are available in MySQL, SQL Server, and Oracle?
replies(5):
>>19532853
#
>>19532902
#
>>19533224
#
>>19533575
#
>>19533819
#
1.
tyingq
◴[
31 Mar 19 00:23 UTC
]
No.
19532853
[source]
▶
>>19532799
#
Be careful with the MySQL ones. A couple of them overflow past 1-1-2038, which would break some use cases now.
https://bugs.mysql.com/bug.php?id=12654
ID:
GO
↑