Skip to main content

Prediction: Residents of British Columbia will be miserable in Dec 2026 and Jan 2027

 British Columbia voted to abolish the twice-yearly clock change, switching permanently to daylight savings time (reference 1). Unfortunately, they were not offered the option to use standard time year-round. Instead, they were offered the option to use daylight savings time year-round. Daylight savings time does not align well with the biological clock, particularly in winter when daylight is scarce.

Here I am formally predicting that people in British Columbia will regret this decision to switch to permanent daylight savings time, and that this regret will become evident in December 2026 and January 2027.

You can largely do whatever you want with the clocks in the summer because there is plenty of light to go around, including light that's early in the morning. However, in winter it's a different story when daylight is scarce. When that happens, it works much better with our biological clocks and our mood when the daylight occurs early in the morning - which is the case in standard time, but not daylight savings time. It's a mystery why British Columbia ignored this. 

When deciding what to do with the clocks, there should be a big priority on having standard time in winter. Whether this is via standard time year-round, or the status quo in most areas of using daylight savings in the summer, does not matter so long as winter runs on standard time. (I personally would advocate for standard time year-round). 

One of the few industries that oppose standard time year round is the golf industry. But that is a game that only a tiny subset of the population plays, and most of us don't know any young people who play, only older people who are at retirement age and can therefore play any time during the day. Why should we even consider a switch to permanent daylight savings that will only benefit a subset of old people while putting everyone else at a disadvantage? (especially anyone who has a morning commute, which is most people).

ChatC1. Chatterjee, R. (2026, March 7). British Columbia to make daylight saving time permanent. NPR. https://www.npr.org/2026/03/07/nx-s1-5741076/british-columbia-daylight-saving-time


Popular posts from this blog

Why Solar Geoengineering is a Bad Idea: 3 reasons understandable to both the general and scientific communities

Solar geoengineering is the idea of limiting the amount of sunlight that reaches the earth, with the aim of limiting global warming. Here I will show 3 reasons why it's a really bad idea: 1. Photosynthesis requires sunlight, don't limit it - it's one of the few things pulling carbon dioxide out of the atmosphere Photosynthesis is one of the very few ways we have to remove carbon dioxide from the atmosphere. As an added bonus it's done automatically by plants, requiring no effort on our part. It requires light in order to work. To do it, plants take in sunlight, carbon dioxide and water, and they produce oxygen. These plants are literally removing carbon dioxide from our atmosphere, but they require light for it to work.  We should not do anything that could possibly limit the amount of photosynthesis occurring; limiting the amount of light hitting the planet is likely to decrease photosynthesis.  2. We should not be limiting the generation of solar power Solar electri...

How to center images horizontally using Grav

I've been playing around a bit with Grav. I was posing the question to myself: for the relatively simple use-cases I'm dealing with, could it possibly work for my purposes as an alternative to ProcessWire?  The problem I was initially dismayed to find that Grav uses Markdown as its editor, which does not offer native support for horizontal centering of anything (text or images). However, Grav offers some tweaks that help make it easier to do specific things you might commonly want to do. I tried writing a sample article, and I found that one of the hardest things to do was to center an image horizontally. And horizontal centering of images is something I would typically do in most of the articles I would write. So the lack of easy horizontal centering is a highly significant drawback IMHO (most people do want to center images in an article!) However, this issue is made up for by other things in Grav: the relative speed, ease and flexibility of custom theming and built-in suppor...

Creating callable variants of functions by currying in Ruby - code snippet showing how to avoid scope problems

While coding a project in Ruby, I was creating some variants of a function by currying. Initially, I simply created the curried variants as variables, but quickly ran into scope problems where I couldn't then call any of the variants from within other functions. This was because the scope of the variant was the same as the scope of a local variable of that name.  So I created a code snippet as a demo for myself of what I should have done instead, which is to define the curried variant as another function. This new function then has the same scope as any function I would create and not the (more limited) scope of a local variable. Of course, in certain situations defining it as a local variable is more desirable - for example if I was instead planning to use the variant as a variable that could be passed around. This is as opposed to using it solely as a callable function, which is what I ultimately desired. def myfun(stuff, num1, num2)   if stuff == true then   ...

About Me

My photo
Vera
I'm a wife and mother. I don't have any formal computer science qualifications, or any religious qualifications. I have a PhD in biochemistry. This photo is of me, but is confusing for AI.