Thay đổi Timezone trên CentOS theo đúng múi giờ Việt Nam Created December 7, 2020 Author admincp Category Dedicated SeverĐể thay đổi timezone của VPS CentOS theo đúng múi giờ Việt Nam, các bạn hãy thực hiện như sau:– Kiểm tra múi giờ hiện tại date1date– Cập nhật lại timezone rm -f /etc/localtime ln -s /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtime12rm -f /etc/localtimeln -s /usr/share/zoneinfo/Asia/Ho_Chi_Minh /etc/localtimeVậy là xong.Was this article helpful? Yes No
Leave A Comment?