Returns the end time of a raster object as a timestamp value.
Syntax
timestamp ST_EndDateTime(raster raster_obj);Parameters
| Parameter | Description |
|---|---|
raster_obj | The raster whose end time you want to obtain. |
Examples
SELECT ST_endDateTime(raster_obj)
FROM raster_table;Output:
st_enddatetime
-------------------------
Thu Jan 02 00:00:00 2020