Earlier quoted context omitted.
Then we should have timezones based not just on longitude, but also latitude. So northerly locales can get some sleep in the spring/summer/fall. > If your issue is when work is scheduled, well businesses set their own hours, not the government. Ah, someone who doesn't have kids in school/camp/some random activity yet. We know how this goes in China (one time zone, no daylight savings time). Coming home from the bar i…
How many school kids are coming back from the bars at 4 AM in Beijing?
Study suggests most Americans would be healthier without daylight saving time (2025)
81–90 of 159 posts
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#82Earlier quoted context omitted.
The jobs need to run at midnight, local time. Which shifts from UTC. How to handle?
Why does it need to run at that time? * If it's being run to scrap data from a source that's available at some time, adjust the job if the source changes its time. * If it's being run "when its dark and no one is around" then it'll run at some part of the dark bit regardless of DST changes.
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#83Earlier quoted context omitted.
I live in Western Australia. for 3 years we trialed DST from 2006 to 2009. It was a nightmare personally, I was a sysadmin at the time and enterprise management tools were expensive and crap so we had to roll out DST file changes across our fleet manually. And because the change to allow DST for our region was a rushed job we then had to roll back after the 3 year unsuccessful trial. Honestly, it was super stressful…
The US extended DST by 4 weeks in 2007. We managed that well-enough. We can manage a similarly-sweeping change again. (Sorry about your nightmare. It was easy on the systems I took care of at that time.)
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#84Earlier quoted context omitted.
You've said this repeatedly, but it is largely not true.
Elaborate. The intent of DST is to normalize variations in the time of sunrise between summer and winter. Places closer to the equator have minimal variation in the time of sunrise between seasons. They don't need DST. Higher latitudes have large variation (i.e. Seattle, where the time of sunrise shifts between 4am in summer to 8am in winter), so they benefit from DST or summer/winter hours. DST is one of the simples…
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#85Earlier quoted context omitted.
> that’s already the case with our existing leap seconds. Which we are also in the process of getting rid of.
News to me, but apparently so: https://www.bipm.org/en/-/resolution-cgpm-27-4 (This sounds like kicking the can down the road to me; making the maximum discrepancy a minute could take 50-100 years and then you need a leap-minute or equivalent).
If we move to leap-minutes, the Earth will do whatever it does, and it is expected that we'll be able to run on atomic time for a period of decades or perhaps even a century before we need to make another adjustment like we've done with leap seconds in the past.
https://en.wikipedia.org/wiki/Leap_second#Phase-out_and_futu...
---
edit: Yeah, I see that your edit covered this adequately. No worries. :)
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#86Do the anti-DST people understand what they're advocating for? Have a look at the sunset/sunrise graph for northern parts of the US https://www.timeanddate.com/sun/usa/seattle In Seattle, without DST, sunrise happens at 4:11am. Because of DST, it's pushed back an hour later to a more reasonable 5:11am. I am not awake at 4am, I have no use for sunlight at 4am, and I don't want the sun appearing that early. That hour o…
Yeah, as someone who lives in Vermont, you could talk me into permanent DST. That would move the winter sunset from, say, 4:21pm to 5:21pm, which would mean I'd get enough twilight for a short walk after work. And Maine is even further east and north in the same time zone, so they have an even earlier sunset. On the other hand, Vermont's standard time sunrise around 7:20 is reasonable enough. Parts of Vermont have tr…
But would behavior change in the long run? Countries like Spain where solar noon differs wildly from clock noon just end up aligning their rituals accordingly (e.g. eating dinner at 9pm).
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#87It's pretty astounding to me the number of pro-DST advocates in this forum. If you had hundreds of daily jobs on your platform and you happen to have some regular requirement to change them in unison, if a junior engineer said "let's just change the system clock to adjust for when we want the jobs to run", you would say no, because while it might be easy compared to changing the config for each of the jobs, the risk…
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#88It's pretty astounding to me the number of pro-DST advocates in this forum. If you had hundreds of daily jobs on your platform and you happen to have some regular requirement to change them in unison, if a junior engineer said "let's just change the system clock to adjust for when we want the jobs to run", you would say no, because while it might be easy compared to changing the config for each of the jobs, the risk…
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#89Earlier quoted context omitted.
You've said this repeatedly, but it is largely not true.
Elaborate. The intent of DST is to normalize variations in the time of sunrise between summer and winter. Places closer to the equator have minimal variation in the time of sunrise between seasons. They don't need DST. Higher latitudes have large variation (i.e. Seattle, where the time of sunrise shifts between 4am in summer to 8am in winter), so they benefit from DST or summer/winter hours. DST is one of the simples…
Re: Study suggests most Americans would be healthier without daylight saving time (2025)
#90Java and Ruby work differently. Java would simply round the invalid time to the closest valid time IIRC. Ruby would accurately raise the InvalidTime exception. Same behaviors for an ambiguous time.
Chile is actually the country that will cause tricky issue in a system because they adjust DST at midnight... so there is one day a year where its midnight is considered invalid time. If we are building a system that depends on a day's boundary, then we will encounter this nightmarish issue where one of the days must start at 1am instead of midnight.
I really hope DST is going away soon.