Re: Inconsistent results when calculating "age" of db records
От | Raheem Sarcar |
---|---|
Тема | Re: Inconsistent results when calculating "age" of db records |
Дата | |
Msg-id | 1343296966.1269.YahooMailNeo@web163906.mail.gq1.yahoo.com обсуждение исходный текст |
Ответ на | Re: Inconsistent results when calculating "age" of db records (Ghislain LEVEQUE <ghislain.leveque@clarisys.fr>) |
Ответы |
Re: Inconsistent results when calculating "age" of db records
|
Список | psycopg |
Ghislain, Im ignoring the -1. I assumed that for times when the timedelta is less than 1 day, that item is ignored. But maybe now?Would you mind elaborating on how to get find the hours ago a record was created from something like ( -1, 30319, 123000)? Thanks - Raheem M. Sarcar ----- Original Message ----- From: Ghislain LEVEQUE <ghislain.leveque@clarisys.fr> To: psycopg@postgresql.org Cc: Sent: Thursday, July 26, 2012 1:08 PM Subject: Re: [psycopg] Inconsistent results when calculating "age" of db records Le 26/07/2012 08:11, Raheem Sarcar a écrit : > I get the following output --> > 11:24:47.082 (which is correct) > [...] > From which I get the following result --> > datetime.timedelta(-1, 45312, 918000). > > > I then apply the formula "t.seconds/3600" and get the result "12" hrs (which is incorrect). Did you forget do take into account the days member of your timedelta ? -1 day + 12 hours = 12 hours -- Ghislain LEVEQUE - Clarisys Informatique http://www.clarisys.fr - 09 72 11 43 60 -- Sent via psycopg mailing list (psycopg@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/psycopg
В списке psycopg по дате отправления: