I have a select where users choose their time zone. Currently I also have a toggle is daylight savings
. I believe I should be able to remove the toggle for daylight savings and figure it out automatically via PHP. Currently I store, the time zone offset, i.e.
-08:00
or
+01:00
Is it possible using just that offset to figure out if it is daylight savings or not?