diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-22 08:30:23 +0000 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-22 08:30:23 +0000 |
commit | ffde248a8dc874ab4c9b8d595d21491bd3a68291 (patch) | |
tree | 689e575e969a6ca72e6f28b23c85ec2b3479585c | |
parent | ec77aa3bdc0046ef59899011e9f13b4dc4556aea (diff) |
Revert "according to manpage localtime.5: if no /etc/localtime, default UTC; thus no need"
This reverts commit 9afc357eb6480d57b71762567690ebe46d01a3ec.
Because crunchbits Arch Linux cloud init auto install deafult symlink to
Europe/London timezone which is different from UTC. I want UTC. So I
choose to always symlink timezome to prevent similar things happen again.
l--------- | etc/localtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/localtime b/etc/localtime new file mode 120000 index 00000000..0e35b576 --- /dev/null +++ b/etc/localtime @@ -0,0 +1 @@ +/usr/share/zoneinfo/UTC
\ No newline at end of file |