1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Use UTC rather than GMT to describe time scale. latter is obsolete.

This commit is contained in:
Warner Losh 2003-06-23 20:14:08 +00:00
parent b81d803e0f
commit 4e82e5f6f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116756

View File

@ -308,7 +308,7 @@ tc_getfrequency(void)
}
/*
* Step our concept of GMT. This is done by modifying our estimate of
* Step our concept of UTC. This is done by modifying our estimate of
* when we booted. XXX: needs futher work.
*/
void
@ -423,7 +423,7 @@ tc_windup(void)
scale /= th->th_counter->tc_frequency;
th->th_scale = scale * 2;
/* Update the GMT timestamps used for the get*() functions. */
/* Update the UTC timestamps used for the get*() functions. */
bt = th->th_offset;
bintime_add(&bt, &boottimebin);
bintime2timeval(&bt, &th->th_microtime);