Generally any Linux servers will be running in particular time zone and when we issue date command it will display date related to that time zone.
date
If we wanted to get UTC time zone we can issue below command in Linux
date -u
This will get you UTC time
0 Comments
Post a Comment