Unix Datetime formatting including locale
-
Good Morning,
In Mango 2.8.8 I want to format a unix datetime in Mango to take in account also the locale,
for example I've the following representation:Instead if possible I want to see directly the datetime 30/09/2020 13:49:52
The datapoint is defined this way
instead the html is just
<md-grid-tile class="gray"> <h5>{{BCKcurrentTime.renderedValue}}</h5> </md-grid-tile>
How can I have showed 30/09/2020 13:49:52 instead of 30/09/2020 15:49:52
Thanks,
Antonio