articles/cvsup-advance little question
Giorgos Keramidas
keramida at ceid.upatras.gr
Fri Oct 29 09:31:43 UTC 2004
On 2004-10-28 12:22, Chuck Swiger <cswiger at mac.com> wrote:
> Ion-Mihai Tetcu wrote:
> >I have the impression that our servers run now on UTC; if this is right
> >shouldn't GMT be changed to UTC ?
>
> I thought that GMT and UTC are effectively the same thing...?
Note that the zoneinfo data we have in FreeBSD is exactly the same for GMT and
UTC (minus timezone name differences), as seen below:
: orion:/tmp$ hd /usr/share/zoneinfo/GMT > gmt.txt
: orion:/tmp$ hd /usr/share/zoneinfo/Etc/UTC > utc.txt
: orion:/tmp$ diff -u gmt.txt utc.txt
: --- gmt.txt Fri Oct 29 12:18:37 2004
: +++ utc.txt Fri Oct 29 12:18:48 2004
: @@ -1,5 +1,5 @@
: 00000000 54 5a 69 66 00 00 00 00 00 00 00 00 00 00 00 00 |TZif............|
: 00000010 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 00 |................|
: 00000020 00 00 00 00 00 00 00 01 00 00 00 04 00 00 00 00 |................|
: -00000030 00 00 47 4d 54 00 00 00 |..GMT...|
: +00000030 00 00 55 54 43 00 00 00 |..UTC...|
: 00000038
: orion:/tmp$
- Giorgos
More information about the freebsd-doc
mailing list