Re: massaging data from multiple timezones - Mailing list pgsql-general

From fluxent@yahoo.com (Bill Seitz)
Subject Re: massaging data from multiple timezones
Date
Msg-id e2491a75.0401180455.6cc99d28@posting.google.com
Whole thread Raw
List pgsql-general
A compromise approach I'm considering is

* keeping the current timestamp-with-timezone field type,

* making a stored procedure localEventTime() which converts the
timestamp to source-local-time

* replacing all the occurences in the various apps that point to
event_time with localEventTime()

I'm not thrilled by this because I'm afraid (a) I'll still have to
review every dang query by hand to make sure it makes sense, and (b)
someone sometime will forget to use the stored procedure.

pgsql-general by date:

Previous
From: Bill Gribble
Date:
Subject: Re: embedded/"serverless" (Re: serverless postgresql)
Next
From: fluxent@yahoo.com (Bill Seitz)
Date:
Subject: massaging data from multiple timezones