mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 02:01:51 -04:00
Use UTC rather than GMT to describe time scale. latter is obsolete.
This commit is contained in:
parent
b81d803e0f
commit
4e82e5f6f1
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue