Linux/General Server Management: Difference between revisions
< Linux
Jump to navigation
Jump to search
Brodriguez (talk | contribs) (Create page) |
Brodriguez (talk | contribs) m (Brodriguez moved page Linux/Datetime Management to Linux/General Server Management) |
(No difference)
|
Revision as of 01:20, 7 May 2023
View Current System Timezone
cat /etc/timezone
View Current System Date
date
Set System Timezone
sudo timedatectl set-timezone <timezone>
For example:
sudo timedatectl set-timezone America/New_York