You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, datetime objects can preserve time offset. By contrast, when using epoch/epoch_ms we loose this info. The usual work-around is keeping this info as an adjacent attribute, which is less convenient.
This is very useful piece of information in many cases, most prominent probably is calculation of daylight saving times - without time offset it is only a guess work.
On the other side, as I understand, most popular RDBMs do not offer this capability. I assume, Kuzu just followed the suit.
Up to you guys to consider whether it is worth the effort.
API
Python
Description
As I understand, there is no way to preserve timezone information with TIMESTAMP.
Seems like a convenient feature to have.
The text was updated successfully, but these errors were encountered: