Using Intervals To Offset Time
Postgres Intervals can be used with time as a way of determining a standard offset. For instance, I can concisely determine what the time was 2 hours earlier with
or similarly
Last updated
Postgres Intervals can be used with time as a way of determining a standard offset. For instance, I can concisely determine what the time was 2 hours earlier with
or similarly
Last updated