Been there, done that, still does not work. Time is still set to UTC. I need an easier solution.pepedog wrote:All here https://wiki.archlinux.org/index.php/Time
Assuming you mean the East coast of the USA, the timezone that you want is UTC-4 (EDT), then when daylight saving time ends you will want UTC-5(EST).Mansome wrote:Been there, done that, still does not work. Time is still set to UTC. I need an easier solution.pepedog wrote:All here https://wiki.archlinux.org/index.php/Time
You need to be connected to the Internet to Synch the Time:Mansome wrote:I get that but how? If you can provide sample code that would be a big help. Sorry to be asking this but when I used raspbian it was never this hard to get things to work. Why does Arch have to be so much more complicated to do simple stuff? Do I need to edit a file to specify a time?
Code: Select all
timedatectl set-timezone Europe/LondonCode: Select all
timedatectl set-timezone America/New_YorkThe goal of arch is simplicity, not for the user, but of the system itself. So, it is meant more for folks who don't want a lot of extra space taken up by software and who want more control over everything themselves. Definitely was not set up to make things simple for users. To find out how to do things that are not obvious, that is what the wiki pages and forums are for, and sometimes also super helpful pages are out there on other sites as well. But don't be afraid to ask here if you have other problems, people may just not always give a simple enough answer as we don't necessarily know what your knowledge level is. Plus, when an expert replies, they don't always realize that the person they are answering may not know as much as they do.Mansome wrote:Sorry to be asking this but when I used raspbian it was never this hard to get things to work. Why does Arch have to be so much more complicated to do simple stuff?