cvs에서 시간이 utc로 표시됩니다.

송지석의 이미지

cvs의 로그메시지에 바뀐 시간이 UTC로 표시되는데요. viewcvs도 그렇고 $Log$로 소스코드에 로그를 넣어도 마찬가지입니다. 그래서 저녁에 커밋한 내용이 UTC로 새벽으로 나오고 그럽니다.
이것을 KST로 표시되게 하고 싶습니다.
어떻게 하면 될까요?

송지석의 이미지

timzone이 고정되어있나봅니다.

Quote:
[ On Friday, April 23, 2004 at 15:50:34 (+0200), Florian Stöhr wrote: ]
> Subject: Timezone + CVS
>
> when committing a file to a cvs-"server" running on localhost, the $Id in
> the file says 13:40:02 although it is 15:40:02.
>
> How to force the cvs to use the local timezone in its messages?

This is an info-cvs list FAQ. :-)

What do you consider "local"? What happens when you re-read the same ID
line created in Germany while you're visiting Canada? Do you somehow
remember that you created that ID line while you were in Germany?

CVS uses one _standard_ time consistently no matter where you are in the
world: Coordinated Universal Time (UTC).

It might have been nice if the the ISO 8601 standard "Z" (which stands
for "zero meridian") suffix had been added to times in RCS keyword
values (or an ISO 8601 style offset from UTC, i.e. "+00:00" to indicate
that UTC is the preferred reference point for the specified time), but
even by the time CVS came along and started using RCS as its underlying
revision tracking tool it was a bit too late to do that.