|
|
|
|
|
by deepsun
3304 days ago
|
|
Last time I checked, I couldn't store a datetime _with_ timezone. It was really strange that such a powerful database doesn't support storing full-ISO datetimes, like '2017-01-01T00:00:00Z'. Instead, it converted it to date-time-only instant, losing information of original timezone along the way. Sure, I could fetch it back using any timezone I want, but I really wanted to know the original timezone it was in. |
|
https://www.postgresql.org/docs/current/static/datatype-date...
(Edit: or not. See child comment)