On Mon, Jun 17, 2024 at 23:54:03 -0500, David Wright wrote:
> What should I call the timezone of my computer when it's booted up and
> no users are logged in?

Daemons will almost always use the system's default time zone (the one
specified by /etc/localtime or /etc/timezone).

It's *theoretically* possible for some daemons to be configured to use
a different time zone, or to be hard-coded to use UTC.  I've never seen
this, but it could be done.

Usually a daemon's time zone will only affect log messages that it
writes.  It's uncommon for a daemon process to use a time zone for
anything other than timestamping messages.  Of course, it depends on
the individual daemon.

Reply via email to