mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
php-settings.yml; Fix typo in TZ explanation (PR #3927, GHA)
This commit is contained in:
parent
3bccc1f452
commit
668d57cb97
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#
|
#
|
||||||
# This takes care of essentially everything (e.g. output "America/New_York")
|
# This takes care of essentially everything (e.g. output "America/New_York")
|
||||||
# by checking (1) symlink /etc/localtime then (2) text file /etc/timezone if
|
# by checking (1) symlink /etc/localtime then (2) text file /etc/timezone if
|
||||||
# nec, then (3) if neither exist, "UTC" is declated (correctly!) Potential
|
# nec, then (3) if neither exist, "UTC" is declared (correctly!) Potential
|
||||||
# drawback: timedatectl is not easily usable within chroot environments.
|
# drawback: timedatectl is not easily usable within chroot environments.
|
||||||
|
|
||||||
- name: Extract Time Zone from symlink /etc/localtime &/or text file /etc/timezone (or lack thereof!)
|
- name: Extract Time Zone from symlink /etc/localtime &/or text file /etc/timezone (or lack thereof!)
|
||||||
|
|
Loading…
Reference in a new issue