Eastern day time in north america
- francois
- Contributor
- Posts: 6499
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Eastern day time in north america
Eastern day time changes in north eastern america. Days will provide longer sunshine. Alas the clock of the panel is wrong or with local time or with UTC New-York, respectively 5:38 and 9:38.
What about you others north eastern americans?
How do you set it right?
What about you others north eastern americans?
How do you set it right?
Prendre son temps, profiter de celui qui passe.
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: Eastern day time in north america
1 - set your location cheatcode (timezone)
2 - sync clock with ntp
3 - Set the hardware clock from the current system time
2 - sync clock with ntp
Code: Select all
root@porteus:/home/guest# ntpdate 0.us.pool.ntp.org
Code: Select all
root@porteus:/home/guest# hwclock -w
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
- Tonio
- Contributor
- Posts: 276
- Joined: 28 Dec 2010, 16:37
- Distribution: Slackware,porteus,FreeBSD,Slax
- Location: 127.0.0.1
Re: Eastern day time in north america
@SlaxMan
Your answer helped me fix a computer which had the wrong time. I checked with time.gov in Central Standard Time. Great answer! I had checked other sites, but I had to stop ntpd service and run your ntpdate command and it worked
I will use it to sync my other machines as well.
Your answer helped me fix a computer which had the wrong time. I checked with time.gov in Central Standard Time. Great answer! I had checked other sites, but I had to stop ntpd service and run your ntpdate command and it worked

- francois
- Contributor
- Posts: 6499
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Eastern day time in north america
@tonio:
porteus 3.2 is coming. This must be good time to come for you.
This is the panacea. My computer just resumed the good time.
Thanks slaxmax.
porteus 3.2 is coming. This must be good time to come for you.

This is the panacea. My computer just resumed the good time.

Thanks slaxmax.
Prendre son temps, profiter de celui qui passe.
- Tonio
- Contributor
- Posts: 276
- Joined: 28 Dec 2010, 16:37
- Distribution: Slackware,porteus,FreeBSD,Slax
- Location: 127.0.0.1
Re: Eastern day time in north america
This is great news indeedfrancois wrote:@tonio:
porteus 3.2 is coming. This must be good time to come for you.![]()
.



- francois
- Contributor
- Posts: 6499
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Eastern day time in north america
Maybe this should be added to porteus setting center.
Prendre son temps, profiter de celui qui passe.
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Eastern day time in north america
Nobody uses GUIs, everything is done via the command line. Just like USM.francois wrote:Maybe this should be added to porteus setting center.

-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Eastern day time in north america
GUIs are somthing that one as a Newbie cannot do without. 

Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- francois
- Contributor
- Posts: 6499
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Eastern day time in north america
On another linux box, slaxmax procedure is so simple to apply.
Thanks once more.
Thanks once more.

Prendre son temps, profiter de celui qui passe.
- francois
- Contributor
- Posts: 6499
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
Re: Eastern day time in north america
To set timezone:
https://wiki.archlinux.org/index.php/Time#Set_clock
To check the current zone defined for the system:
To list available zones:
To change your time zone:
If you are having issues with the offset of the time, try reinstalling tzdata and then setting yourtime zone again:
[/s]
This is for systemd.
https://wiki.archlinux.org/index.php/Time#Set_clock
To check the current zone defined for the system:
Code: Select all
$ timedatectl
Code: Select all
$ timedatectl list-timezones
Code: Select all
# timedatectl set-timezone Zone/SubZone
Code: Select all
# timedatectl set-timezone America/Los_Angeles
This is for systemd.

Prendre son temps, profiter de celui qui passe.
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Eastern day time in north america
Porteus 3.2rc5 Cinnamon 64-bit
&
Porteus 3.0.1 LXQT 64-bit
&
Porteus 3.0.1 LXQT 64-bit
Code: Select all
guest@porteus:~$ timedatectl
bash: timedatectl: command not found
guest@porteus:~$ su
Password:
root@porteus:/home/guest# timedatectl
bash: timedatectl: command not found
root@porteus:/home/guest#
Last edited by Ed_P on 28 Oct 2016, 23:49, edited 2 times in total.
Re: Eastern day time in north america
I think timedatectl is used in systemd based Linux systems.
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Eastern day time in north america
In other words not Porteus? Or maybe only for Nemesis?jssouza wrote:I think timedatectl is used in systemd based Linux systems.
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Eastern day time in north america
pkgs.org wrote:Search Results for timedatectl
ALT Linux Sisyphus
Classic:
systemd-services-231-alt3.i586.rpmsystemd services
systemd-services-231-alt3.x86_64.rpmsystemd services

Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Eastern day time in north america
BTW & FYI
Worked on a neighbor's pc today. Had to change his BIOS to support booting from my USB drive. Found his pc's system clock set to local time!! What a surprise.
Worked on a neighbor's pc today. Had to change his BIOS to support booting from my USB drive. Found his pc's system clock set to local time!! What a surprise.
