|
|
|
|
|
by account42
948 days ago
|
|
> Many POSIX systems rely on `/etc/localtime` to define the system-wide time zone, and every `localtime` call has to check if the file has been changed or not because there is no way to subscribe to the system-wide time zone change event. But you can subscribe to file change events so why not do that? |
|