<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with daylight]]></title><description><![CDATA[A list of topics that have been tagged with daylight]]></description><link>https://forum.qt.io/tags/daylight</link><generator>RSS for Node</generator><lastBuildDate>Wed, 26 Aug 2026 15:10:48 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/daylight.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[The constructors QQmlApplicationEngine and QSettings spoil the time zone (daylight)]]></title><description><![CDATA[@SGaist
And function update_vars() is:
151 static void                                                                                                              
152 internal_function                                                                                                        
153 update_vars (void)                                                                                                       
154 {                                                                                                                        
155   __daylight = tz_rules[0].offset != tz_rules[1].offset;                                                                 
156   __timezone = -tz_rules[0].offset;                                                                                      
157   __tzname[0] = (char *) tz_rules[0].name;                                                                               
158   __tzname[1] = (char *) tz_rules[1].name;                                                                               
159                                                                                                                          
160   /* Keep __tzname_cur_max up to date.  */                                                                               
161   size_t len0 = strlen (__tzname[0]);                                                                                    
162   size_t len1 = strlen (__tzname[1]);                                                                                    
163   if (len0 &gt; __tzname_cur_max)                                                                                           
164     __tzname_cur_max = len0;                                                                                             
165   if (len1 &gt; __tzname_cur_max)                                                                                           
166     __tzname_cur_max = len1;                                                                                             
167 }

]]></description><link>https://forum.qt.io/topic/90848/the-constructors-qqmlapplicationengine-and-qsettings-spoil-the-time-zone-daylight</link><guid isPermaLink="true">https://forum.qt.io/topic/90848/the-constructors-qqmlapplicationengine-and-qsettings-spoil-the-time-zone-daylight</guid><dc:creator><![CDATA[xintrea]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>