i building a kml file and there is a line of timestamp:
<gx:TimeStamp>
<when>2002-07-09T19:00:00-08:00</when>
</gx:TimeStamp>
i need convert time like: "1430477311" to "2002-07-09T19:00:00-08:00" format
how ? (java code) tnx a lot