Page MenuHomeFreeBSD

tzsetup: add detail to -s option
ClosedPublic

Authored by emaste on Jun 13 2024, 3:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 23, 6:01 PM
Unknown Object (File)
Oct 1 2024, 6:44 AM
Unknown Object (File)
Sep 27 2024, 8:40 AM
Unknown Object (File)
Sep 24 2024, 5:09 PM
Unknown Object (File)
Sep 21 2024, 4:08 PM
Unknown Object (File)
Sep 15 2024, 4:22 AM
Unknown Object (File)
Sep 14 2024, 11:56 PM
Unknown Object (File)
Sep 7 2024, 5:13 PM

Details

Summary

Skipping the UTC question via -s will not create or delete /etc/wall_cmos_clock.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
This revision is now accepted and ready to land.Jun 13 2024, 3:28 PM

A newly-installed system will use UTC as the file does not exist by default.

Would it be clearer to replace use UTC with assume the real-time clock is set to UTC?

A newly installed system will assume the real-time clock is set to UTC, as the file does not exist by default.
In D45576#1039881, @jrm wrote:

A newly-installed system will use UTC as the file does not exist by default.

Would it be clearer to replace use UTC with assume the real-time clock is set to UTC?

A newly installed system will assume the real-time clock is set to UTC, as the file does not exist by default.

Perhaps keeping the same language used earlier would be better.

A newly installed system will assume the hardware clock keeps UTC, as the file does not exist by default.

It will set it in UTC (if the file does not exist) so it's not just assuming it is UTC, though.

How about

On a newly installed system the hardware clock will keep UTC, as the file does not exist by default.

Or more concisely, On a newly installed system the hardware clock will keep UTC.

It will set it in UTC (if the file does not exist) so it's not just assuming it is UTC, though.

It makes sense now (after or IRC conversation). Thanks for clarifying.

Or more concisely, On a newly installed system the hardware clock will keep UTC.

Clear and concise. Grammarly tells me that a comma is needed before the main clause.

On a newly installed system, the hardware clock will keep UTC.

This revision was automatically updated to reflect the committed changes.