Re: How does Linux handle DST/ST? It's all about time...

2020-11-10 Thread Bill Ricker
On Tue, Nov 10, 2020 at 2:15 PM Bruce Labitt wrote: > "Dumb" machine, while actually computer controlled, is closed source. > No possibility of changing its behavior. > No ssh, no network. It's a data logger to an SD card. I have to use > sneaker net to transport data to my PC. > > Other possib

Re: How does Linux handle DST/ST? It's all about time...

2020-11-10 Thread Michael ODonnell
If some variation of that sleazy hack doesn't work and you can't find some some source for the info you want (maybe something like https://isDSTactiveInMyTimezone.com/ :) then you'll have to determine if DST is active on your own. That requires a timezone file for your locale and some source of

Re: How does Linux handle DST/ST? It's all about time...

2020-11-10 Thread Bruce Labitt
"Dumb" machine, while actually computer controlled, is closed source.  No possibility of changing its behavior. No ssh, no network.  It's a data logger to an SD card.  I have to use sneaker net to transport data to my PC. Other possibility (after a SD card backup) is to change the dumb machine

Re: How does Linux handle DST/ST? It's all about time...

2020-11-10 Thread Jerry Feldman
The basic Unix time was to set up an epoch based on UTC time. This way when systems talk to each other they are on the same time basis. So, each machine needs to know what offset from utc, and whether or not it is on std or daylight time. -- Jerry Feldman Boston Linux and Unix http://www.blu.org

Re: How does Linux handle DST/ST? It's all about time...

2020-11-10 Thread Michael ODonnell
You can mess around with DST and such but this slightly sleazy hack might serve an alternative: find some way to get your "dumb" machine to tell your "smart" machine what time it thinks it is currently, and then force the smart machine to that time. For example, if SSH works from the smart mach