<div dir="ltr">Richard,<div><br></div><div>I would second the desire to make QGIS more timezone aware. QDateTime supports time zones so QGIS does support it, but not much effort has gone into really supporting it. I currently have a task to do a QGIS date/time conversion tool with algorithms to convert between different time formats including EPOCH time. This was something that I was planning on starting soon. Like you said though time zones are going to be a real pain especially if you want to take a coordinate and convert it to a time zone. There are some python libraries I have been investigating to help with the task. <div><br></div><div>Calvin</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Sep 8, 2020 at 9:40 AM Richard Duivenvoorde <<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Devs,<br>
<br>
I was hitting some timezone issues when I received some csv data in which there are timestamps like:<br>
"2020-07-25 20:21:38 UTC"<br>
Apparently if you read this into QGIS, the UTC IS interpreted, and you get a DateTime in your data which is (in my case) -2 hours(CET) off (well in some parts of QGIS)<br>
<br>
This plays havoc if you for example are going to use this data in the timecontroller or expressions, see<br>
<a href="https://github.com/qgis/QGIS/issues/38647" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/issues/38647</a><br>
<br>
So I think that now the TimeController is part of QGIS, and people will start to play with Time-based data more and more (from TimeZone aware datasets like csv and postgres) we will run into issues like above.<br>
<br>
Is there something we can do to make QGIS timezone aware?<br>
OR should we stay far away from it (timezones are hell)...<br>
OR should we wait with it after QGIS 4 <br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
<br>
<br>
<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div>