[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:41250] Re: procmail.log の timestamp が UTC 表示される
- From: Hiroyuki Shimada <shimaden@xxxxxxxxx>
- Subject: [debian-users:41250] Re: procmail.log の timestamp が UTC 表示される
- Date: Fri, 3 Sep 2004 00:23:17 +0900
- List-help: <mailto:debian-users-ctl@debian.or.jp?body=help>
- List-id: debian-users.debian.or.jp
- List-owner: <mailto:debian-users-admin@debian.or.jp>
- List-post: <mailto:debian-users@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-users-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-users@debian.or.jp
- X-spam-level:
- X-spam-status: No, hits=-0.2 required=10.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,ISO2022JP_BODY, ISO2022JP_CHARSET,QUOTED_EMAIL_TEXT,RCVD_IN_ORBS, RCVD_IN_OSIRUSOFT_COM,REFERENCES,SPAM_PHRASE_00_01, X_OSIRU_OPEN_RELAY version=2.44
- References: <87oekpcmpw.wl%web@xxxxxxxxxxx>
- Message-id: <20040903000809.9DDA.SHIMADEN@xxxxxxxxx>
- X-mail-count: 41250
- X-mailer: Becky! ver. 2.09 [ja]
こんにちは。島田です。
On Thu, 2 Sep 2004 13:35:41 +0900
Nakajima <web@xxxxxxxxxxx> wrote:
> JST 表示したいのですが、どこから手を付けるのか悩んでいます。
>
> /usr/lib/getmail/getmail_utilities.py
> には
> def timestamp ():
> '''Return the current time in a standard format.'''
> t = time.gmtime (time.time ())
> return time.strftime ('%d %b %Y %H:%M:%S -0000', t)
> な記述がありますが、さて?といったところです。
Python は名前ぐらいしか知らないレベルなのですが、参考になりましたら。
http://www.funaba.org/programming-and-calendar.html の「組み込みモジュー
ル time」の項に、Python での時間関係のライブラリが載っています。
time.gmtime() の代わりに time.localtime() を使えば、JST が表示されるか
もしれません。
t = time.localtime (time.time ())
return time.strftime ('%d %b %Y %H:%M:%S +0900', t)
かな??
---
二胡を始めよう! お勧めの二胡をご用意しました
いますぐクリック ==> http://www.1bangenki.biz/
----------------------------------------------------------------------
Mail: shimaden@xxxxxxxxx
Home Page: http://www.din.or.jp/~shimaden/
島田博幸
Hiroyuki Shimada
----------------------------------------------------------------------