[ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-13 Thread Scott Whitney
Everything you need to see is right here: 



[root@ pg_log]# ls -lrt 
total 5924 

-rw--- 1 postgres postgres 708669 Aug 8 18:59 postgresql-Thu.log 
-rw--- 1 postgres postgres 669505 Aug 9 18:59 postgresql-Fri.log 
-rw--- 1 postgres postgres 03 Aug 10 18:56 postgresql-Sat.log 
-rw--- 1 postgres postgres 559716 Aug 11 18:59 postgresql-Sun.log 
-rw--- 1 postgres postgres 626143 Aug 12 18:56 postgresql-Mon.log 
-rw--- 1 postgres postgres 2065282 Aug 13 18:24 postgresql-Tue.log 
-rw--- 1 postgres postgres 755099 Aug 13 19:22 postgresql-Wed.log 



[root@ pg_log]# date 
Tue Aug 13 19:23:53 CDT 2013 


so...yah..anyone? 


For further information, please see: 
http://www.dayoftheweek.org/?m=August&d=13&y=2013&go=Go 


It's the "Wed" part that is confusing me... 



Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-13 Thread Lonni J Friedman
GMT offset?

On Tue, Aug 13, 2013 at 5:27 PM, Scott Whitney  wrote:
> Everything you need to see is right here:
>
> [root@ pg_log]# ls -lrt
> total 5924
> -rw--- 1 postgres postgres  708669 Aug  8 18:59 postgresql-Thu.log
> -rw--- 1 postgres postgres  669505 Aug  9 18:59 postgresql-Fri.log
> -rw--- 1 postgres postgres  03 Aug 10 18:56 postgresql-Sat.log
> -rw--- 1 postgres postgres  559716 Aug 11 18:59 postgresql-Sun.log
> -rw--- 1 postgres postgres  626143 Aug 12 18:56 postgresql-Mon.log
> -rw--- 1 postgres postgres 2065282 Aug 13 18:24 postgresql-Tue.log
> -rw--- 1 postgres postgres  755099 Aug 13 19:22 postgresql-Wed.log
>
> [root@ pg_log]# date
> Tue Aug 13 19:23:53 CDT 2013
>
> so...yah..anyone?
>
> For further information, please see:
> http://www.dayoftheweek.org/?m=August&d=13&y=2013&go=Go
>
> It's the "Wed" part that is confusing me...
>



-- 
~
L. Friedmannetll...@gmail.com
LlamaLand   https://netllama.linux-sxs.org


-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-13 Thread Tom Lane
Scott Whitney  writes:
> Everything you need to see is right here: 

Uh, everything except the log_timezone setting.  I believe log files will
be named according to the local time in the log_timezone at the instant
they're created.

regards, tom lane


-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-13 Thread Scott Whitney
Server is set to "Chicago." CDT (or CST...are we in or out? I never 
remember...) GMT -6/5. 

 Original message 
From: Tom Lane  
Date: 08/13/2013  7:54 PM  (GMT-06:00) 
To: Scott Whitney ,Scott Whitney  
Cc: pgsql-admin@postgresql.org 
Subject: Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week? 
 
Scott Whitney  writes:
> Everything you need to see is right here: 

Uh, everything except the log_timezone setting.  I believe log files will
be named according to the local time in the log_timezone at the instant
they're created.

regards, tom lane