Re: New and Timestamp Question

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Dawn Albrecht <oinee(at)yahoo(dot)com>
Cc: pgsql-chat(at)postgresql(dot)org
Subject: Re: New and Timestamp Question
Date: 2003-08-15 16:31:10
Message-ID: 20030815163110.GA10617@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-chat

On Fri, Aug 15, 2003 at 04:30:02 -0700,
Dawn Albrecht <oinee(at)yahoo(dot)com> wrote:
>
> All I want to do is change the timestamp format. I
> can change the 'date' part of it, but the time is
> always delivered as: 14:00:00 instead of 2:00:00 PM.
> I do not wish to view army time, but regular
> non-military time.

You can use to_char to get the time in the repsentation you want.

In response to

Responses

Browse pgsql-chat by date

  From Date Subject
Next Message Bruno Wolff III 2003-08-18 16:14:40 Re: New and Timestamp Question
Previous Message Dawn Albrecht 2003-08-15 11:30:02 New and Timestamp Question