仙石です。投稿するのはとても久しぶり...

At 23 May 2007 22:28:41 -0700,
yasuoka@kanji.zinbun.kyoto-u.ac.jp wrote:

> > Solaris9な環境で、例えばシステム日付の2日後、なんてのを出力できる
> > コマンドってありましたっけ?
> 
>  env TZ=JST-57 date
> 
> じゃダメですか?

GNU coreutils の info には、

| The OFFSET specifies the time value you must add to the local time
| to get a Coordinated Universal Time value.  It has syntax like
| [`+'|`-']HH[`:'MM[`:'SS]].  This is positive if the local time zone is
| west of the Prime Meridian and negative if it is east.  The hour must
| be between `0' and `23', and the minute and seconds between `0' and
| `59'.

って書いてありますね。残念!

senri % env TZ=JST-23 date; env TZ=JST-24 date; env TZ=JST-25 date
Fri May 25 23:39:52 JST 2007
Sat May 26 00:39:53 JST 2007
Sat May 26 00:39:53 JST 2007

他のバージョンの date だとどうなるんでしょ?


#9388.                                                          仙石 浩明
http://www.gcd.org/sengoku/             Hiroaki Sengoku <sengoku@gcd.org>