<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
.hmmessage p
        {margin:0px;
        padding:0px}
body.hmmessage
        {font-size:12pt;
        font-family:Calibri}
-->
</style><style type="text/css" id="owaParaStyle"></style>
</head>
<body class="hmmessage" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Probably, you'd do it through an annotation layer. What version are you using? What interface (CGI, WMS, WCS)? Basically the idea would be to funnel the time parameter into a TEXT
 expression in the annotation layer. Layer would look like (assuming a variable called 'time' is passed) this I think:
<div>
<div><br>
</div>
<div>LAYER</div>
<div>  NAME 'timestamp'</div>
<div>  TYPE ANNOTATION</div>
<div>  STATUS DEFAULT</div>
<div>  TRANSFORM LL # lower-left corner of the </div>
<div>  FEATURE</div>
<div>    POINTS 10 10 END</div>
<div>  END  </div>
<div>  VALIDATION</div>
<div>    'time' 'some expression that matches time values'</div>
<div>  END</div>
<div>  CLASS</div>
<div>    LABEL</div>
<div>      ...</div>
<div>    END</div>
<div>    TEXT '%time%'</div>
<div>  END</div>
<div>END</div>
<div><br>
</div>
<div>This would plop the passed time in the lower left corner of the output, or at least I think it should.</div>
<div><br>
</div>
<div>Steve<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px"><br>
<hr tabindex="-1">
<div id="divRpF815438" style="direction: ltr; "><font face="Tahoma" size="2" color="#000000"><b>From:</b> mapserver-users-bounces@lists.osgeo.org [mapserver-users-bounces@lists.osgeo.org] on behalf of Peisheng Zhao [zhaops@hotmail.com]<br>
<b>Sent:</b> Tuesday, August 21, 2012 3:35 PM<br>
<b>To:</b> users mapserver<br>
<b>Subject:</b> [mapserver-users] how to add a time stamp on raster data<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr"><br>
Hi all,<br>
<br>
We have a set of time-series data. Is it popossible to add a time stamp, i.e. the value of time parameter in the request, on raster data? Thanks.<br>
<br>
Peisheng<br>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>