Cast ULID to timestamptz #55
Labels
C: cast
Context: Cast
D1: easy
Difficulty: Easy to implement
T: feature
Type: Feature request
U3: maybe
Urgency: Maybe
Z: help wanted
Z: Need help
It would be great to have an ability to cast ULID to
timestamptz
(timestamp with time zone) directly.Using timestamp (without time zone) is considered to be a bad practice - https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_timestamp_.28without_time_zone.29
Additionally, TimescaleDB also recommends using the
timestamptz
type, as mentioned in their hypertables documentation:The text was updated successfully, but these errors were encountered: