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:38:35 +0000 |
commit | 6492cd08f05156e7251170968f869265fafba4e7 (patch) | |
tree | 6fc4a2670448290b7ad315e054a5e731cb76377e /etc | |
parent | a27f3f13833f531c71be95ab2f41ddb2ee125303 (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.
Diffstat (limited to 'etc')
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 |