1
0
Fork 0
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:
A Holt 2025-01-29 02:26:49 -05:00 committed by GitHub
parent 3bccc1f452
commit 668d57cb97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!)