redhat-beyond / givit

0 stars 5 forks source link

update README.md with time zone explanations #64

Closed rotem-benzvi closed 4 years ago

rotem-benzvi commented 4 years ago

Set Timezone

for our Gatherer app we need to make sure that the timezone is set to ...

  1. Before changing the time zone, you’ll need to find out the long name of the time zone you want to use. The time zone naming convention usually uses a “Region/City” format.
timedatectl list-timezones
sudo timedatectl set-timezone Asia/Jerusalem
timedatectl
nadavshoshan commented 4 years ago

done it