[Qgis-user] localisation of date fails in QGIS 3.2

Reginald Carlier Reginald.Carlier at ingelmunster.be
Wed Aug 8 23:54:41 PDT 2018


I forgot to mention that I import datetime as follows:

from datetime import datetime

In the console I get the same result as from my script.
Maybe I should use QCoreApplication.translate or some other explicit way to tell python to translate a string from English to Dutch?

Regards,


Reginald Carlier
Deskundige GIS
Gemeente Ingelmunster, Oostrozebekestraat 4, 8770 Ingelmunster
T+32 51 33 74 39www.ingelmunster.be
Raadpleeg onze disclaimer 
Van: Nyall Dawson [via OSGeo.org] [mailto:ml+s1560n5373899h69 at n6.nabble.com]
Verzonden: donderdag 9 augustus 2018 8:43
Aan: Reginald Carlier
Onderwerp: Re: localisation of date fails in QGIS 3.2

On Thu, 9 Aug 2018 at 16:39, Reginald Carlier
<[hidden email]</user/SendEmail.jtp?type=node&node=5373899&i=0>> wrote:

>
> Hi Nyall,
>
> Somehow my post shows the code but my previous post doesn't.
> Anyway this is how the code looks:
>
> vandaag = datetime.now()
> dag = vandaag.day
> maand = vandaag.strftime("%B")
> jaar = vandaag.year
> datum = str(dag) + " " + maand + " " + str(jaar)
>
> I suspect that maybe strftime changed in python 3.6?

Do you see the same from a standalone python console? (I'm not sure
that this issue is related to QGIS at all or whether it's a Python
specific thing).

Nyall
_______________________________________________
Qgis-user mailing list
[hidden email]</user/SendEmail.jtp?type=node&node=5373899&i=1>
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
________________________________
If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/localisation-of-date-fails-in-QGIS-3-2-tp5372703p5373899.html
To start a new topic under QGIS - User, email ml+s1560n4125267h77 at n6.nabble.com
To unsubscribe from QGIS, click here<http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4099105&code=UmVnaW5hbGQuQ2FybGllckBpbmdlbG11bnN0ZXIuYmV8NDA5OTEwNXw3OTAxNjMzMzQ=>.
NAML<http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20180809/3e947c4f/attachment.html>


More information about the Qgis-user mailing list