682
Implementing RFC 3339 shouldn't really be that hard...
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
GMT doesn't have daylight savings, but most people won't be as precise in language. Here in Germany, we might also tell people "GMT+2", even though it changes to GMT+1 in winter. Like, I don't even know what the correct shorthand would be for our timezone...
It’s CET/CEST (MEZ/MESZ in German)
https://en.m.wikipedia.org/wiki/Central_European_Time
CET?
I use TZ identifiers, and confirm the expected behaviour ("Berlin time, correct?"), as then I know how I should handle DST changes.