Re: Time problem again?

From: Bjørn T Johansen <btj(at)havleik(dot)no>
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Time problem again?
Date: 2003-09-29 20:31:31
Message-ID: 1064867490.28496.33.camel@pennywise.havleik.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Well, I won't get times with a span like that....

On Mon, 2003-09-29 at 21:53, Richard Huxton wrote:

> On Monday 29 September 2003 20:19, Bjørn T Johansen wrote:
> > Well I know the order I want!
> >
> > The order should be like this during night time:
> >
> > 2230
> > 2350
> > 0100
> > 0350
> >
> >
> > and
> >
> > 1030
> > 1145
> > 1230
> > 1315
> >
> > on day time...
> > But that was my initial question, "As far as I can tell, there is no way
> > to solve this without also supplying a date or am I missing something?"
>
> And when does night-time end and day-time begin? If you have times:
> 0500 0600 0900 1200 1500 1900 2200 2300
> is that the order or do you want
> 2200 2300 0500 0600 0900 1200 1500 1900
>
> If you can tell me that, then the problem can be solved by the code I provided
> earlier

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bjørn T Johansen 2003-09-29 20:33:42 Re: Time problem again?
Previous Message Stephan Szabo 2003-09-29 20:19:22 Re: ADD FOREIGN KEY (was Re: [GENERAL] 7.4Beta)