Hi, i have tried to use a time template with this time.ftl:
${utc_date_time.value?datetime(“y?M%d&H:m:s”)}
My postgres colum looks like this:
“2008-11-18 01:01:39”
The time slider doesn’t show up in Google Earth. I tried using just ${utc_date_time.value} and then it it just shows a subset of the dataset.
Any ideas ?
Martin